Skip to content

Commit 1372f87

Browse files
authored
update s3 ci env (#1760)
1 parent 4a6d573 commit 1372f87

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
run: |
157157
pip install -e . --no-deps
158158
pip install -e ./${{ matrix.FRIEND }} --no-deps
159+
pip list
159160
160161
- name: Test
161162
shell: bash -l {0}

ci/environment-friends.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- pytest-cov
1010
- pytest-mock
1111
- pip
12-
- pytest<8
1312
- ujson
1413
- requests
1514
- decorator
@@ -25,5 +24,6 @@ dependencies:
2524
- google-api-python-client
2625
- httpretty
2726
- aiobotocore
28-
- "moto >=4,<5"
27+
- moto
2928
- flask
29+
- pyopenssl>=24.0.0

0 commit comments

Comments
 (0)