Skip to content

Commit 0d9a4bd

Browse files
committed
Install datalad if preprocessin too
1 parent ba0019d commit 0d9a4bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/all-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Install git-annex
117117
shell: bash
118-
if: env.RUN_EXTRACTORS_TESTS == 'true'
118+
if: env.RUN_EXTRACTORS_TESTS == 'true' || env.RUN_PREPROCESSING_TESTS == 'true'
119119
run: |
120120
pip install datalad-installer
121121
if [ ${{ runner.os }} = 'Linux' ]; then

0 commit comments

Comments
 (0)