We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cd72e commit 161e276Copy full SHA for 161e276
continuous_integration/gpuci/build.sh
@@ -52,6 +52,9 @@ python -m pip install git+https://github.com/dask/dask
52
gpuci_logger "Install distributed"
53
python -m pip install git+https://github.com/dask/distributed
54
55
+gpuci_logger "Install latest dask-cuda"
56
+gpuci_mamba_retry update -y -c rapidsai-nightly dask-cuda
57
+
58
gpuci_logger "Install dask-sql"
59
pip install -e ".[dev]"
60
0 commit comments