We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2041519 commit f82cc91Copy full SHA for f82cc91
.github/workflows/main.yaml
@@ -156,6 +156,7 @@ jobs:
156
run: |
157
pip install -e . --no-deps
158
pip install -e ./${{ matrix.FRIEND }} --no-deps
159
+ pip list
160
161
- name: Test
162
shell: bash -l {0}
ci/environment-friends.yml
@@ -9,7 +9,6 @@ dependencies:
9
- pytest-cov
10
- pytest-mock
11
- pip
12
- - pytest<8
13
- ujson
14
- requests
15
- decorator
0 commit comments