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 146118c commit af52757Copy full SHA for af52757
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
if: matrix.os == 'windows-latest'
54
env:
55
PYTEST_DISCORD_WEBHOOK: ${{ secrets.PYTEST_DISCORD_WEBHOOK }}
56
- run: tox -e py -- --discord-verbose=0
+ run: tox -e py
57
58
- name: Upload coverage report
59
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
0 commit comments