Skip to content

Commit 74a1bcd

Browse files
Fix CI changes from #7902 (#7905)
1 parent 1462479 commit 74a1bcd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,5 @@ repos:
6363
- pytest
6464
- tornado
6565
- pyarrow
66-
# - git+https://github.com/dask/dask
67-
- git+https://github.com/hendrikmakait/dask.git@default-shuffle-ignores-fuse
66+
- git+https://github.com/dask/dask
6867
- git+https://github.com/dask/zict

continuous_integration/gpuci/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ gpuci_logger "Install distributed"
4444
python -m pip install -e .
4545

4646
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
47+
python -m pip install git+https://github.com/dask/dask
4948

5049
gpuci_logger "Check Python versions"
5150
python --version

0 commit comments

Comments
 (0)