Skip to content

Commit f2ca9be

Browse files
committed
CI: Install doctestplus correctly
1 parent 69ec580 commit f2ca9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ jobs:
9595
run: pip install archive/nibabel-archive.tgz
9696
- run: python -c 'import nibabel; print(nibabel.__version__)'
9797
- name: Install minimum test dependencies
98-
run: pip install pytest pytest-doctest-plus
98+
run: pip install pytest pytest-doctestplus pytest-xdist
9999
- name: Run tests
100-
run: pytest --doctest-modules --doctest-plus -v --pyargs nibabel
100+
run: pytest --doctest-modules --doctest-plus -v --pyargs nibabel -n auto
101101

102102
stable:
103103
# Check each OS, all supported Python, minimum versions and latest releases

0 commit comments

Comments
 (0)