Skip to content

Commit 47c4fcd

Browse files
committed
Temporarily point to dask/dask PR [skip-caching]
1 parent d028e04 commit 47c4fcd

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

continuous_integration/environment-3.10.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ dependencies:
4343
- zict # overridden by git tip below
4444
- zstandard >=0.9.0
4545
- pip:
46-
- git+https://github.com/dask/dask
46+
# - git+https://github.com/dask/dask
47+
- git+https://github.com/hendrikmakait/dask.git@default-shuffle-ignores-fuse
4748
- git+https://github.com/dask/s3fs
4849
- git+https://github.com/dask/zict
4950
- git+https://github.com/fsspec/filesystem_spec

continuous_integration/environment-3.11.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ dependencies:
4343
- zict # overridden by git tip below
4444
- zstandard >=0.9.0
4545
- pip:
46-
- git+https://github.com/dask/dask
46+
# - git+https://github.com/dask/dask
47+
- git+https://github.com/hendrikmakait/dask.git@default-shuffle-ignores-fuse
4748
- git+https://github.com/dask/s3fs
4849
- git+https://github.com/dask/zict
4950
- git+https://github.com/fsspec/filesystem_spec

continuous_integration/environment-3.9.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dependencies:
5050
- zict
5151
- zstandard >=0.9.0
5252
- pip:
53-
- git+https://github.com/dask/dask
53+
# - git+https://github.com/dask/dask
54+
- git+https://github.com/hendrikmakait/dask.git@default-shuffle-ignores-fuse
5455
- git+https://github.com/dask/crick # Only tested here
5556
- keras

continuous_integration/environment-mindeps.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ dependencies:
2222
# Distributed depends on the latest version of Dask
2323
- pip
2424
- pip:
25-
- git+https://github.com/dask/dask
25+
# - git+https://github.com/dask/dask
26+
- git+https://github.com/hendrikmakait/dask.git@default-shuffle-ignores-fuse
2627
# test dependencies
2728
- pytest
2829
- pytest-cov

0 commit comments

Comments
 (0)