diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd1e447037c..5c030e105f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,6 +63,5 @@ repos: - pytest - tornado - pyarrow - # - git+https://github.com/dask/dask - - git+https://github.com/hendrikmakait/dask.git@default-shuffle-ignores-fuse + - git+https://github.com/dask/dask - git+https://github.com/dask/zict diff --git a/continuous_integration/gpuci/build.sh b/continuous_integration/gpuci/build.sh index f4e10dc8eb7..37b7ab43706 100644 --- a/continuous_integration/gpuci/build.sh +++ b/continuous_integration/gpuci/build.sh @@ -44,8 +44,7 @@ gpuci_logger "Install distributed" python -m pip install -e . gpuci_logger "Install dask" -# python -m pip install git+https://github.com/dask/dask -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 gpuci_logger "Check Python versions" python --version