Skip to content

Commit 97e8f2a

Browse files
committed
CI: Fix installation script
1 parent b74bf23 commit 97e8f2a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
CHECK_TYPE: ${{ matrix.check }}
4949
EXTRA_PIP_FLAGS: ${{ matrix.pip-flags }}
5050
INSTALL_DEB_DEPENDENCIES: ${{ matrix.deb-depends }}
51+
NIPYPE_EXTRAS: ${{ matrix.nipype-extras }}
5152
INSTALL_TYPE: pip
5253
CI_SKIP_TEST: 1
5354

@@ -73,7 +74,7 @@ jobs:
7374
if: ${{ matrix.os == 'ubuntu-latest' }}
7475
- name: Install dependencies
7576
run: tools/ci/install_dependencies.sh
76-
- name: Install NiBabel
77+
- name: Install Nipype
7778
run: tools/ci/install.sh
7879
- name: Run tests
7980
run: tools/ci/check.sh

tools/ci/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
echo Installing nibabel
3+
echo Installing nipype
44

55
source tools/ci/activate.sh
66
source tools/ci/env.sh
@@ -36,4 +36,4 @@ pip install $EXTRA_PIP_FLAGS "nipype[$NIPYPE_EXTRAS]"
3636

3737
set +eux
3838

39-
echo Done installing nibabel
39+
echo Done installing nipype

0 commit comments

Comments
 (0)