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 21bdf4f commit 3ab437cCopy full SHA for 3ab437c
.github/workflows/test.yml
@@ -23,14 +23,13 @@ jobs:
23
- name: Install deps
24
run: |
25
pip install -r requirements/requirements.txt
26
+ pip install -r requirements/test.txt
27
if [ "${{ matrix.urllib3-line }}" = "lt2" ]; then
28
pip install "urllib3<2"
29
else
30
pip install "urllib3!=2.0.0,<3"
31
fi
32
pip install -e .
- - name: Install Tox and any other packages
33
- run: pip install -r requirements/test.txt
34
- name: Run Tox
35
run: tox -e py
36
- name: Upload Coverage to codecov
0 commit comments