Skip to content

Commit 4680e01

Browse files
committed
HOTFIX: default SPM=8 in circle-ci (fixing spm12 issues)
1 parent 859bf1d commit 4680e01

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

circle.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
machine:
22
environment:
3-
SPM_DIR: /home/ubuntu/opt/spm12/spm12_mcr/spm12
4-
SPM_MCR: /home/ubuntu/opt/spm12/spm12.sh
3+
SPM_DIR: /home/ubuntu/opt/spm8/spm8/spm8_mcr/spm8
4+
SPM_MCR: /home/ubuntu/opt/spm8/spm8.sh
5+
# SPM_DIR: /home/ubuntu/opt/spm12/spm12_mcr/spm12
6+
# SPM_MCR: /home/ubuntu/opt/spm12/spm12.sh
57

68
dependencies:
79
cache_directories:
@@ -24,14 +26,13 @@ dependencies:
2426
SCIKIT_LEARN_VERSION: "*"
2527
MATPLOTLIB_VERSION: "*"
2628
NIPYPE_VERSION: "0.13.0"
27-
SPM_VERSION: "8"
2829

2930
test:
3031
override:
3132
- make clean
3233
- make test-code
3334
- cd examples/easy_start && python nipype_preproc_spm_auditory.py
34-
- cd examples/pipelining && python nipype_preproc_spm_multimodal_faces.py
35+
# - cd examples/pipelining && python nipype_preproc_spm_multimodal_faces.py
3536
- cd examples/pipelining && python nistats_glm_fsl_feeds_fmri.py
3637
- sh continuous_integration/clean_output.sh
3738

0 commit comments

Comments
 (0)