Skip to content

Commit ab20f43

Browse files
committed
install optional fsspec backends in the CI for some python versions
1 parent 8d5aee1 commit ab20f43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
mamba install xrootd
5252
conda list
5353
54+
- name: "Install fsspec backends"
55+
if: "matrix.python-version == 3.11"
56+
run: python -m pip install s3fs
57+
5458
- name: "Pip install the package"
5559
run: python -m pip install .[test,dev]
5660

0 commit comments

Comments
 (0)