Skip to content

Commit

Permalink
Fix CI changes from #7902 (#7905)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait authored Jun 13, 2023
1 parent 1462479 commit 74a1bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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

0 comments on commit 74a1bcd

Please sign in to comment.