Skip to content

Commit 161e276

Browse files
authored
Temporarily fix gpuci (#942)
* temporarily install latest dask-cuda after pulling in image * temporarily update latest dask-cuda after pulling in image
1 parent d5cd72e commit 161e276

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

continuous_integration/gpuci/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ python -m pip install git+https://github.com/dask/dask
5252
gpuci_logger "Install distributed"
5353
python -m pip install git+https://github.com/dask/distributed
5454

55+
gpuci_logger "Install latest dask-cuda"
56+
gpuci_mamba_retry update -y -c rapidsai-nightly dask-cuda
57+
5558
gpuci_logger "Install dask-sql"
5659
pip install -e ".[dev]"
5760

0 commit comments

Comments
 (0)