Skip to content

Commit 66ced13

Browse files
authored
Run against stable fsspec (#8615)
1 parent 3f210fd commit 66ced13

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

continuous_integration/environment-3.10.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ dependencies:
4747
- pip:
4848
- git+https://github.com/dask/dask
4949
- git+https://github.com/dask-contrib/dask-expr
50-
- git+https://github.com/dask/s3fs
5150
- git+https://github.com/dask/zict
52-
- git+https://github.com/fsspec/filesystem_spec
51+
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
52+
# - git+https://github.com/dask/s3fs
53+
# - git+https://github.com/fsspec/filesystem_spec
5354
- keras

continuous_integration/environment-3.11.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ dependencies:
4747
- pip:
4848
- git+https://github.com/dask/dask
4949
- git+https://github.com/dask-contrib/dask-expr
50-
- git+https://github.com/dask/s3fs
5150
- git+https://github.com/dask/zict
52-
- git+https://github.com/fsspec/filesystem_spec
51+
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
52+
# - git+https://github.com/dask/s3fs
53+
# - git+https://github.com/fsspec/filesystem_spec
5354
- keras

continuous_integration/environment-3.12.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ dependencies:
4747
- pip:
4848
- git+https://github.com/dask/dask
4949
- git+https://github.com/dask-contrib/dask-expr
50-
- git+https://github.com/dask/s3fs
5150
- git+https://github.com/dask/zict
52-
- git+https://github.com/fsspec/filesystem_spec
51+
# Revert after https://github.com/dask/distributed/issues/8614 is fixed
52+
# - git+https://github.com/dask/s3fs
53+
# - git+https://github.com/fsspec/filesystem_spec
5354
- keras

0 commit comments

Comments
 (0)