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 1462479 commit 74a1bcdCopy full SHA for 74a1bcd
2 files changed
.pre-commit-config.yaml
@@ -63,6 +63,5 @@ repos:
63
- pytest
64
- tornado
65
- pyarrow
66
- # - git+https://github.com/dask/dask
67
- - git+https://github.com/hendrikmakait/dask.git@default-shuffle-ignores-fuse
+ - git+https://github.com/dask/dask
68
- git+https://github.com/dask/zict
continuous_integration/gpuci/build.sh
@@ -44,8 +44,7 @@ gpuci_logger "Install distributed"
44
python -m pip install -e .
45
46
gpuci_logger "Install dask"
47
-# python -m pip install git+https://github.com/dask/dask
48
-python -m pip install git+https://github.com/hendrikmakait/dask.git@default-shuffle-ignores-fuse
+python -m pip install git+https://github.com/dask/dask
49
50
gpuci_logger "Check Python versions"
51
python --version
0 commit comments