Skip to content

Commit deb7193

Browse files
committed
Use quieter build logs for tox
1 parent a5eaffa commit deb7193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
poetry-version: '1.1.4'
4242
- run: pip install tox
43-
- run: tox --parallel
43+
- run: tox -q --parallel
4444
env:
4545
TOXENV: ${{ matrix.toxenv }}
4646
build_site:

0 commit comments

Comments
 (0)