We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8d3ac commit 5075f97Copy full SHA for 5075f97
.github/workflows/test.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Install Python Dependencies
23
run: pip install -r requirements/ci.txt
24
- name: Run Tests
25
- run: tox -- --headless
+ run: TOX_PARALLEL_NO_SPINNER=1 tox --parallel -- --headless
0 commit comments