diff options
-rw-r--r-- | .github/workflows/testsuite.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 96af5531..a816589a 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -79,7 +79,7 @@ jobs: - name: "Run tox for ${{ matrix.python-version }}" run: | - python -m tox -- -rfsEX + python -m tox -- -rfsEX -n 0 #- name: "Retry tox for ${{ matrix.python-version }}" # if: failure() |