Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Sep 26, 2024
1 parent 9ab9610 commit 22b1fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
limit-access-to-actor: true
- run: |
pip3 install fsspec gcsfs
python3 -c 'import fsspec; fsspec.filesystem("gcs").ls("gs://dvc-bench")'
python3 -c 'from fsspec import filesystem; print(filesystem("gcs").ls("gs://dvc-bench"))'

0 comments on commit 22b1fac

Please sign in to comment.