Skip to content

Commit 9cca26b

Browse files
committed
disable tox parallel tasks spinner in PR validation workflow
1 parent bc85e42 commit 9cca26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install tox tox-gh-actions
2424
2525
- name: Run tests
26-
run: make tests
26+
run: make tests TOX_PARALLEL_NO_SPINNER=1
2727

2828
- name: Build Python client
2929
run: make package

0 commit comments

Comments
 (0)