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 69ec580 commit f2ca9beCopy full SHA for f2ca9be
.github/workflows/stable.yml
@@ -95,9 +95,9 @@ jobs:
95
run: pip install archive/nibabel-archive.tgz
96
- run: python -c 'import nibabel; print(nibabel.__version__)'
97
- name: Install minimum test dependencies
98
- run: pip install pytest pytest-doctest-plus
+ run: pip install pytest pytest-doctestplus pytest-xdist
99
- name: Run tests
100
- run: pytest --doctest-modules --doctest-plus -v --pyargs nibabel
+ run: pytest --doctest-modules --doctest-plus -v --pyargs nibabel -n auto
101
102
stable:
103
# Check each OS, all supported Python, minimum versions and latest releases
0 commit comments