Skip to content

Commit

Permalink
Add fsspec and s3fs to build.yaml dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Oct 2, 2024
1 parent c18006f commit 28168f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: |
pip install uv
uv pip install -r requirements.txt
uv pip install fsspec s3fs
# We have two cores so we can speed up the testing with xdist
- name: Install pytest packages
Expand Down

0 comments on commit 28168f3

Please sign in to comment.