Skip to content

Commit

Permalink
disable spinner, otherwise the logs are just spam
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Nov 5, 2022
1 parent 922fab5 commit 3bbdbb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: |
tox -e mypy
- name: Test with tox
env:
TOX_PARALLEL_NO_SPINNER: 1
run: |
coverage erase
tox --parallel
Expand Down

0 comments on commit 3bbdbb3

Please sign in to comment.