We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a38a1 commit 88cafb9Copy full SHA for 88cafb9
.travis.yml
@@ -56,7 +56,7 @@ before_script:
56
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='brain', suffix='mask');
57
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='fMRIPrep', suffix='boldref');"
58
- mkdir -p $TEST_DATA_HOME
59
- - datalad install -rg ///openneuro/ds001600 $TEST_DATA_HOME/ds001600
+ - datalad install -rg -J 1 ///openneuro/ds001600 $TEST_DATA_HOME/ds001600
60
- curl https://files.osf.io/v1/resources/9sy2a/providers/osfstorage/5d44b940bcd6d900198ed6be/?zip= --output testdata.zip
61
- unzip testdata.zip $TEST_DATA_HOME/testdata
62
0 commit comments