Skip to content

Commit 1cf9d96

Browse files
committed
ci: fix that gcsfs==0.8.0 gets installed
1 parent 6b3b6c4 commit 1cf9d96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
shell: bash -l {0}
4040
run: |
4141
pip install -e .[test_full]
42+
pip freeze
4243
pytest -v
4344
4445
win:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test_full = [
9090
'dropboxdrivefs',
9191
'fastparquet',
9292
'fusepy',
93-
'gcsfs',
93+
'gcsfs>=2025.9.0',
9494
"kerchunk",
9595
'libarchive-c',
9696
'lz4',

0 commit comments

Comments
 (0)