summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index c305477b..e7dd828f 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -73,9 +73,7 @@ jobs:
COVERAGE_CONTEXT: "${{ matrix.python-version }}.${{ matrix.os }}"
run: |
set -xe
- # Something about pytest 6.x with xdist keeps data from collecting.
- # Use -n0 for now.
- python -m tox -- -n 0
+ python -m tox
- name: "Upload coverage data"
uses: actions/upload-artifact@v2