Skip to content

Commit 4f84727

Browse files
committed
Added pytest install in misc workflow to resolve import failures.
1 parent d5e0e39 commit 4f84727

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/misc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
source tools/ci/build_archive.sh
5454
echo "ARCHIVE=$ARCHIVE" >> $GITHUB_ENV
5555
- name: Install dependencies
56-
run: tools/ci/install_dependencies.sh
56+
run: |
57+
tools/ci/install_dependencies.sh
58+
pip install pytest
5759
- name: Install NiBabel
5860
run: tools/ci/install.sh
5961
- name: Run tests

0 commit comments

Comments
 (0)