File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ jobs:
341
341
nipreps/sdcflows:latest \
342
342
pytest -v --junit-xml=/out/pytest.xml \
343
343
--cov sdcflows --cov-report xml:/out/unittests.xml \
344
- sdcflows/
344
+ -n auto sdcflows/
345
345
- save_cache :
346
346
key : workdir-v3-{{ .Branch }}-{{ .BuildNum }}
347
347
paths :
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175
175
run : |
176
176
export LD_LIBRARY_PATH=/usr/lib/fsl/5.0:$LD_LIBRARY_PATH
177
177
export PATH=$ANTSPATH:${AFNI_HOME}:/usr/lib/fsl/5.0:$PATH
178
- pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows
178
+ pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules -n auto sdcflows
179
179
180
180
- uses : codecov/codecov-action@v4
181
181
with :
You can’t perform that action at this time.
0 commit comments