Skip to content

Commit d77a7b0

Browse files
committed
Removed added pytest install, as it doesn't resolve the import failure.
1 parent 4f84727 commit d77a7b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/misc.yml

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

0 commit comments

Comments
 (0)