Skip to content

Commit c36c2f5

Browse files
authored
CI: Check and install extras for pybids
1 parent f70eb2f commit c36c2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ci/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ 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]"
34+
pip install $EXTRA_PIP_FLAGS "pybids[$CHECK_TYPE]"
3535

3636
set +eux
3737

0 commit comments

Comments
 (0)