Skip to content

Commit

Permalink
simples
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Aug 8, 2024
1 parent b8c7ea8 commit 5cafd28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
- name: Run Tests
shell: bash -l {0}
run: |
pip install s3fs --no-input
pip uninstall s3fs
pip install -e .[test_full]
pip install s3fs --no-input --no-deps
pytest -v
win:
Expand Down
1 change: 1 addition & 0 deletions ci/environment-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- pip
- git <2.45.0
- py
- s3fs
- pip:
- hadoop-test-cluster
- smbprotocol

0 comments on commit 5cafd28

Please sign in to comment.