From fdc6bd26d692f4ea9ce85117ca9ffadb7528d9e7 Mon Sep 17 00:00:00 2001 From: Jerome Kelleher Date: Fri, 4 Aug 2023 13:27:46 +0100 Subject: [PATCH] Don't use threads for CI tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f0ef10a218..491ac05274 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -153,7 +153,7 @@ jobs: source ~/.profile conda activate anaconda-client-env # pytest -xv -n2 - python -m pytest -x --cov=tskit --cov-report=xml --cov-branch -n2 tests/test_divmat.py + python -m pytest -x --cov=tskit --cov-report=xml --cov-branch -n0 tests/test_divmat.py - name: Upload coverage to Codecov uses: codecov/codecov-action@v3