Skip to content

Commit

Permalink
install optional fsspec backends in the CI for some python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Oct 19, 2023
1 parent 2f99815 commit e397896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
mamba install xrootd
conda list
- name: "Install fsspec backends"
if: "matrix.python-version == 3.11"
run: python -m pip install s3fs

- name: "Pip install the package"
run: python -m pip install .[test,dev]

Expand Down

0 comments on commit e397896

Please sign in to comment.