Skip to content

Commit d40a86e

Browse files
committed
CI: Remove double-installation of extras, note package name is pybids
1 parent 20c95a3 commit d40a86e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tools/ci/install.sh

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

3-
echo Installing nibabel
3+
echo Installing pybids
44

55
source tools/ci/activate.sh
66
source tools/ci/env.sh
@@ -27,12 +27,6 @@ fi
2727
# Basic import check
2828
python -c 'import bids; print(bids.__version__)'
2929

30-
if [ "$CHECK_TYPE" == "skiptests" ]; then
31-
exit 0
32-
fi
33-
34-
pip install $EXTRA_PIP_FLAGS "pybids[$CHECK_TYPE]"
35-
3630
set +eux
3731

38-
echo Done installing nibabel
32+
echo Done installing pybids

0 commit comments

Comments
 (0)