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 9f5b430 commit 1602fc1Copy full SHA for 1602fc1
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
python -m pip install --upgrade setuptools pip wheel
38
# Use the latest published version for myself :)
39
- python -m pip install tox-gh-actions
+ python -m pip install --pre tox-gh-actions
40
- name: Test with tox
41
run: tox
42
- name: Upload coverage.xml
0 commit comments