Skip to content

Update GPU conda environment before running tests#318

Merged
jakirkham merged 4 commits intodask:mainfrom
charlesbluca:update-gpuci-conda-env
May 17, 2023
Merged

Update GPU conda environment before running tests#318
jakirkham merged 4 commits intodask:mainfrom
charlesbluca:update-gpuci-conda-env

Conversation

@charlesbluca
Copy link
Copy Markdown
Member

Attempt to update the conda environment in the GPU CI images before running tests, which should hopefully allow us to capture environment changes like those made in #315 without needing to rebuild images.

Comment on lines -43 to -45
# gpuci_logger "Install dask"
# python -m pip install git+https://github.com/dask/dask

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonder if we should add the Dask nightly channel ( dask/label/dev ) to the environment files used by CI

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this change anything in terms of what Dask version is getting picked up? IIUC all the dask-image CI files use a pinned Dask version.

In general I'm okay with unpinning & installing a nightly Dask version as part of GPU CI, though might also be worth exploring if this is something we would like to do for CPU CI as well

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this is a good point. Maybe we can raise an issue and follow up later

@jakirkham
Copy link
Copy Markdown
Member

Thanks Charles! 🙏

Generally this seems reasonable. Had a somewhat tangentially related question above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants