We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fa5b1 commit 077823aCopy full SHA for 077823a
.github/workflows/tests.yml
@@ -121,7 +121,7 @@ jobs:
121
source ~/.profile
122
conda activate anaconda-client-env
123
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
124
- python -m pytest -x --skip-slow --cov=tskit --cov=tskit.jit --cov-report=xml --cov-branch -n2 --durations=20 tests
+ python -m pytest -x --skip-slow --cov=tskit --cov-report=xml --cov-branch -n2 --durations=20 tests
125
else
126
python -m pytest -x --cov=tskit --cov-report=xml --cov-branch -n2 --durations=20 tests
127
fi
0 commit comments