Skip to content

Commit 1a0f824

Browse files
committed
remove verbose
1 parent 1b86bce commit 1a0f824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install tox tox-gh-actions pytest-github-actions-annotate-failures
3030
- name: Test with tox
31-
run: tox -vv
31+
run: tox
3232
env:
3333
PLATFORM: ${{ matrix.platform }}

0 commit comments

Comments
 (0)