Skip to content

Commit ef7d812

Browse files
committed
fix(tests): add missing templateflow requirement
1 parent fd9f7b3 commit ef7d812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ before_script:
5353
# Data dependencies
5454
- python -c "from templateflow import api as tfapi;
5555
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='brain', suffix='mask');
56+
tfapi.get('MNI152NLin2009cAsym', resolution=1, label='brain', suffix='probseg');
5657
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='fMRIPrep', suffix='boldref');"
5758
- mkdir -p $TEST_DATA_HOME
5859
- datalad install -rg -J 1 -s ///openneuro/ds001600 $TEST_DATA_HOME/ds001600

0 commit comments

Comments
 (0)