Skip to content

Commit

Permalink
Don't use threads for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Aug 4, 2023
1 parent 93bd89f commit fdc6bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdc6bd2

Please sign in to comment.