Skip to content

Commit

Permalink
ci: remove --parallel tox option
Browse files Browse the repository at this point in the history
Fixes random CI errors
  • Loading branch information
jerivas committed Jul 21, 2021
1 parent 79ef420 commit e50e41a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
run: pip install tox tox-gh-actions -U pip
- name: Run tests
run: |
tox --skip-missing-interpreters=false --parallel
env:
TOX_PARALLEL_NO_SPINNER: 1
tox --skip-missing-interpreters=false
- name: Publish Test Report
uses: mikepenz/action-junit-report@v2
with:
Expand Down

0 comments on commit e50e41a

Please sign in to comment.