We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3b6c4 commit 1cf9d96Copy full SHA for 1cf9d96
.github/workflows/main.yaml
@@ -39,6 +39,7 @@ jobs:
39
shell: bash -l {0}
40
run: |
41
pip install -e .[test_full]
42
+ pip freeze
43
pytest -v
44
45
win:
pyproject.toml
@@ -90,7 +90,7 @@ test_full = [
90
'dropboxdrivefs',
91
'fastparquet',
92
'fusepy',
93
- 'gcsfs',
+ 'gcsfs>=2025.9.0',
94
"kerchunk",
95
'libarchive-c',
96
'lz4',
0 commit comments