dask / dask/dask-labextension

CI not using set Python versions

Open
#140 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
329
Forks
67
PR merge metrics
No merged PRs in 30d

Description

As noted in #138 it appears the CI is configured to test against Python 3.6 and 3.7. However things are getting upgraded to 3.8 every time.

This caused a problem as pytest was being pinned to 3.7 and 3.8 became the default Python version. But the current config would never have worked for 3.6 anyway as if it were correctly testing against 3.6 the pytest at 3.7 would have failed.

Things to fix here:
- Conda is complaining about the shell not being activated correctly. Despite `.bashrc` being sourced.
- The `conda create` in `bash_install.sh` isn't pinning the Python version correctly.
- We should also add 3.8 tests once above is fixed

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.