We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcaa6e commit 3149976Copy full SHA for 3149976
.github/workflows/run_tests.yml
@@ -30,14 +30,6 @@ jobs:
30
submodules: true
31
fetch-depth: 2
32
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
-
41
- name: Install Moxunit and MOcov
42
run: |
43
git clone https://github.com/MOxUnit/MOxUnit.git --depth 1
@@ -48,7 +40,7 @@ jobs:
48
- name: get bids-matlab and set up paths
49
50
make install_dev
51
- octave $OCTFLAGS --eval "init_env; savepath();"
+ octave $OCTFLAGS --eval "init_spm_2_bids; savepath();"
52
44
53
45
- name: Run tests
54
46
0 commit comments