Skip to content

Commit af52757

Browse files
committed
Fix CI
1 parent 146118c commit af52757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: matrix.os == 'windows-latest'
5454
env:
5555
PYTEST_DISCORD_WEBHOOK: ${{ secrets.PYTEST_DISCORD_WEBHOOK }}
56-
run: tox -e py -- --discord-verbose=0
56+
run: tox -e py
5757

5858
- name: Upload coverage report
5959
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'

0 commit comments

Comments
 (0)