Skip to content

Commit

Permalink
update s3 ci env (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant authored Dec 5, 2024
1 parent 4a6d573 commit 1372f87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
run: |
pip install -e . --no-deps
pip install -e ./${{ matrix.FRIEND }} --no-deps
pip list
- name: Test
shell: bash -l {0}
Expand Down
4 changes: 2 additions & 2 deletions ci/environment-friends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies:
- pytest-cov
- pytest-mock
- pip
- pytest<8
- ujson
- requests
- decorator
Expand All @@ -25,5 +24,6 @@ dependencies:
- google-api-python-client
- httpretty
- aiobotocore
- "moto >=4,<5"
- moto
- flask
- pyopenssl>=24.0.0

0 comments on commit 1372f87

Please sign in to comment.