Skip to content
Merged

Fix CI #7905

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions continuous_integration/gpuci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down