Skip to content

Commit

Permalink
alternate
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Dec 18, 2024
1 parent 163ad46 commit 69d7476
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,11 @@ jobs:
shell: bash -l {0}
run: |
pip install -e . --no-deps
pip install -e ./${{ matrix.FRIEND }} --no-deps
pip list
- name: Test
shell: bash -l {0}
run: pytest -v ${{ matrix.FRIEND }}
run: |
cd ${{ matrix.FRIEND }}
pytest -v
cd ..
6 changes: 3 additions & 3 deletions ci/environment-friends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ dependencies:
- aiobotocore
- moto
- flask
- pyopenssl>=24.0.0
- s3fs
- gcsfs
- pip:
- git+https://github.com/fsspec/s3fs
- git+https://github.com/fsspec/gcsfs

0 comments on commit 69d7476

Please sign in to comment.