Skip to content

Commit e0bd438

Browse files
committed
Don't pass -v to pytest in CI
This makes the output simply too verbose.
1 parent 067a89b commit e0bd438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: test
9999
run: |
100-
python -m tox run -m ci -- -v --junitxml pytest.{envname}.xml
100+
python -m tox run -m ci -- --junitxml pytest.{envname}.xml
101101
python -m tox run -e cov
102102
103103
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)