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 52acc9d commit cd22f6bCopy full SHA for cd22f6b
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install test dependencies
22
run: |
23
python -m pip install --upgrade --no-cache-dir pip
24
- pip install --no-cache-dir tox
+ pip install --no-cache-dir tox tox-gh-actions
25
26
- name: Test using tox
27
run: tox
0 commit comments