Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give conda-forge higher priority than nvidia in GPU environments #1147

Merged
merged 4 commits into from
May 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions continuous_integration/gpuci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ gpuci_retry aws s3 cp --only-show-errors "${DASK_SQL_BUCKET_NAME}parquet_2gb_sor
gpuci_logger "Download query files"
gpuci_retry aws s3 cp --only-show-errors "${DASK_SQL_BUCKET_NAME}queries/" tests/unit/queries/ --recursive

gpuci_logger "Install dask"
python -m pip install git+https://github.com/dask/dask

gpuci_logger "Install distributed"
python -m pip install git+https://github.com/dask/distributed
# TODO: source install once dask/distributed are unpinned by dask-cuda
# gpuci_logger "Install dask"
# python -m pip install git+https://github.com/dask/dask
# gpuci_logger "Install distributed"
# python -m pip install git+https://github.com/dask/distributed

gpuci_logger "Install dask-sql"
pip install -e ".[dev]"
pip install -e . -vv

gpuci_logger "Check Python version"
python --version
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: dask-sql
channels:
- rapidsai
- rapidsai-nightly
- nvidia
- conda-forge
- nvidia
- nodefaults
dependencies:
- c-compiler
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: dask-sql
channels:
- rapidsai
- rapidsai-nightly
- nvidia
- conda-forge
- nvidia
- nodefaults
dependencies:
- c-compiler
Expand Down