Skip to content

Commit 82f1bc5

Browse files
authored
Merge pull request #485 from effigies/ci/pytest-xdist
chore(ci): Run pytest with -n auto on CircleCI
2 parents 8d03291 + 490a7ec commit 82f1bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ jobs:
341341
name: Run Pytest
342342
no_output_timeout: 2h
343343
command: |
344-
bash /tmp/src/smriprep/.circleci/pytest.sh
344+
bash /tmp/src/smriprep/.circleci/pytest.sh -n auto
345345
- codecov/upload:
346346
file: /tmp/data/pytest_cov.xml
347347
flags: pytest

0 commit comments

Comments
 (0)