Skip to content

Commit 3149976

Browse files
committed
update CI
1 parent 2fcaa6e commit 3149976

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ jobs:
3030
submodules: true
3131
fetch-depth: 2
3232

33-
- name: Install SPM
34-
run: |
35-
git clone https://github.com/spm/spm12.git --depth 1
36-
make -C spm12/src PLATFORM=octave distclean
37-
make -C spm12/src PLATFORM=octave
38-
make -C spm12/src PLATFORM=octave install
39-
octave $OCTFLAGS --eval "addpath(fullfile(pwd, 'spm12')); savepath();"
40-
4133
- name: Install Moxunit and MOcov
4234
run: |
4335
git clone https://github.com/MOxUnit/MOxUnit.git --depth 1
@@ -48,7 +40,7 @@ jobs:
4840
- name: get bids-matlab and set up paths
4941
run: |
5042
make install_dev
51-
octave $OCTFLAGS --eval "init_env; savepath();"
43+
octave $OCTFLAGS --eval "init_spm_2_bids; savepath();"
5244
5345
- name: Run tests
5446
run: |

0 commit comments

Comments
 (0)