File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
- uses : actions/cache@v4
129
129
with :
130
130
path : ${{ env.TEST_DATA_HOME }}
131
- key : data-cache-v1
131
+ key : data-cache-v2
132
132
restore-keys : |
133
133
data-cache-
134
134
- name : Install test data
@@ -162,6 +162,17 @@ jobs:
162
162
datalad update -r --merge -d ds000206/
163
163
datalad get -r -d ds000206/ ds000206/sub-05/
164
164
165
+ # Brain extraction tests
166
+ datalad install -r https://gin.g-node.org/nipreps-data/brain-extraction-tests
167
+ datalad update --merge -d brain-extraction-tests/
168
+ datalad get -r -J 2 -d brain-extraction-tests
169
+
170
+ # HCPH pilot
171
+ datalad install -r https://github.com/nipreps-data/hcph-pilot_fieldmaps.git
172
+ datalad update -r --merge -d hcph-pilot_fieldmaps/
173
+ datalad get -r -d hcph-pilot_fieldmaps/
174
+
175
+
165
176
- name : Install FreeSurfer's mri_robust_template
166
177
env :
167
178
MRI_ROBUST_TEMPLATE : sx2n7/providers/osfstorage/5e825301d0e35400ebb481f2
You can’t perform that action at this time.
0 commit comments