Skip to content

Commit

Permalink
CI: Try running jobs with xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 24, 2024
1 parent 08e198f commit 19f20f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
nipreps/sdcflows:latest \
pytest -v --junit-xml=/out/pytest.xml \
--cov sdcflows --cov-report xml:/out/unittests.xml \
sdcflows/
-n auto sdcflows/
- save_cache:
key: workdir-v3-{{ .Branch }}-{{ .BuildNum }}
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
run: |
export LD_LIBRARY_PATH=/usr/lib/fsl/5.0:$LD_LIBRARY_PATH
export PATH=$ANTSPATH:${AFNI_HOME}:/usr/lib/fsl/5.0:$PATH
pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows
pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules -n auto sdcflows
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 19f20f8

Please sign in to comment.