Skip to content

Commit 3bbdbb3

Browse files
committed
disable spinner, otherwise the logs are just spam
1 parent 922fab5 commit 3bbdbb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: |
3030
tox -e mypy
3131
- name: Test with tox
32+
env:
33+
TOX_PARALLEL_NO_SPINNER: 1
3234
run: |
3335
coverage erase
3436
tox --parallel

0 commit comments

Comments
 (0)