Skip to content

Commit 077823a

Browse files
committed
Fix windows errors
1 parent b0fa5b1 commit 077823a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
source ~/.profile
122122
conda activate anaconda-client-env
123123
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
124+
python -m pytest -x --skip-slow --cov=tskit --cov-report=xml --cov-branch -n2 --durations=20 tests
125125
else
126126
python -m pytest -x --cov=tskit --cov-report=xml --cov-branch -n2 --durations=20 tests
127127
fi

0 commit comments

Comments
 (0)