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.
2 parents 398d7ab + 2cc3012 commit 31f0601Copy full SHA for 31f0601
.github/workflows/notebooks.yml
@@ -86,13 +86,15 @@ jobs:
86
- name: Install DataLad
87
run: pip install datalad
88
89
+ - name: Create test data directory
90
+ run: mkdir ${TEST_DATA_HOME}
91
+
92
- name: Download data from OpenNeuro
93
run: |
94
${{ github.workspace }}/scripts/fetch_fmri_nb_openneuro_data.sh "${TEST_DATA_HOME}"
95
96
- name: Download data from OSF
97
- mkdir ${TEST_DATA_HOME}
98
pip install osfclient
99
osf -p 39k4x fetch hcpdata.npz "${TEST_DATA_HOME}/hcpdata.npz"
100
0 commit comments