Skip to content

Commit 7742627

Browse files
committed
CI: Allow all jobs to run simultaneously
1 parent 3c9dfed commit 7742627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
AFNI_TTATLAS_DATASET: /opt/afni/atlases
3232
AFNI_PLUGINPATH: /opt/afni/plugins
3333
strategy:
34-
max-parallel: 5
34+
max-parallel: 6
3535
matrix:
3636
python-version: ["3.9", "3.10", "3.11", "3.12"]
3737
marks: ["not slow"]

0 commit comments

Comments
 (0)