Skip to content

Commit

Permalink
even more
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Aug 8, 2024
1 parent 1bdadd4 commit b8c7ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run Tests
shell: bash -l {0}
run: |
pip install s3fs
pip install s3fs --no-input
pip uninstall s3fs
pip install -e .[test_full]
pip install s3fs --no-input --no-deps
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Run Tests
shell: bash -l {0}
run: |
pip install s3fs
pip install s3fs --no-input
pip uninstall s3fs
pip install -e .[test]
pip install s3fs --no-input --no-deps
Expand Down

0 comments on commit b8c7ea8

Please sign in to comment.