We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b86bce commit 1a0f824Copy full SHA for 1a0f824
1 file changed
.github/workflows/tox.yml
@@ -28,6 +28,6 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install tox tox-gh-actions pytest-github-actions-annotate-failures
30
- name: Test with tox
31
- run: tox -vv
+ run: tox
32
env:
33
PLATFORM: ${{ matrix.platform }}
0 commit comments