Skip to content

Commit c2d1a80

Browse files
committed
CI: pybids is not nibabel
1 parent c18810d commit c2d1a80

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tools/ci/install.sh

Lines changed: 3 additions & 5 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
@@ -25,14 +25,12 @@ else
2525
fi
2626

2727
# Basic import check
28-
python -c 'import nibabel; print(nibabel.__version__)'
28+
python -c 'import bids; print(bids.__version__)'
2929

3030
if [ "$CHECK_TYPE" == "skiptests" ]; then
3131
exit 0
3232
fi
3333

34-
pip install $EXTRA_PIP_FLAGS "nibabel[$CHECK_TYPE]"
35-
3634
set +eux
3735

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

0 commit comments

Comments
 (0)