File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 48
48
CHECK_TYPE : ${{ matrix.check }}
49
49
EXTRA_PIP_FLAGS : ${{ matrix.pip-flags }}
50
50
INSTALL_DEB_DEPENDENCIES : ${{ matrix.deb-depends }}
51
+ NIPYPE_EXTRAS : ${{ matrix.nipype-extras }}
51
52
INSTALL_TYPE : pip
52
53
CI_SKIP_TEST : 1
53
54
73
74
if : ${{ matrix.os == 'ubuntu-latest' }}
74
75
- name : Install dependencies
75
76
run : tools/ci/install_dependencies.sh
76
- - name : Install NiBabel
77
+ - name : Install Nipype
77
78
run : tools/ci/install.sh
78
79
- name : Run tests
79
80
run : tools/ci/check.sh
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- echo Installing nibabel
3
+ echo Installing nipype
4
4
5
5
source tools/ci/activate.sh
6
6
source tools/ci/env.sh
@@ -36,4 +36,4 @@ pip install $EXTRA_PIP_FLAGS "nipype[$NIPYPE_EXTRAS]"
36
36
37
37
set +eux
38
38
39
- echo Done installing nibabel
39
+ echo Done installing nipype
You can’t perform that action at this time.
0 commit comments