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 b365a7b commit eb73428Copy full SHA for eb73428
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install setuptools tox tox-gh-actions
+ pip install setuptools tox
31
- name: Run tests
32
33
tox -e py3
0 commit comments