Skip to content

Commit b6140aa

Browse files
committed
CI: Update datalad get calls
1 parent a99ebfd commit b6140aa

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/unittests.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,38 +139,39 @@ jobs:
139139
# ds001600
140140
datalad install -r https://github.com/nipreps-data/ds001600.git
141141
datalad update -r --merge -d ds001600/
142-
datalad get -r -d ds001600/ ds001600/sub-1/
142+
datalad get -r -J 2 -d ds001600/ ds001600/sub-1/
143143
144144
# HCP/sub-101006
145145
datalad install -r https://github.com/nipreps-data/HCP101006.git
146146
datalad update -r --merge -d HCP101006/
147-
datalad get -r -d HCP101006
147+
datalad get -r -J 2 -d HCP101006 HCP101006/*
148148
149149
# ds001771
150150
datalad install -r https://github.com/nipreps-data/ds001771.git
151151
datalad update -r --merge -d ds001771/
152-
datalad get -r -d ds001771/ ds001771/sub-36/*
153-
datalad get -r -d ds001771/derivatives ds001771/derivatives/openneuro/sub-36/*
152+
datalad get -r -J 2 -d ds001771/ ds001771/sub-36/*
153+
datalad get -r -J 2 -d ds001771/derivatives ds001771/derivatives/openneuro/sub-36/*
154154
155155
# ds000054
156156
datalad install -r https://github.com/nipreps-data/ds000054.git
157157
datalad update --merge -d ds000054/
158158
datalad get -r -d ds000054/ ds000054/sub-100185/*
159+
datalad get -r -J 2 -d ds000054/ ds000054/derivatives/smriprep-0.6/sub-100185/anat/
159160
160161
# ds000206
161162
datalad install -r https://github.com/nipreps-data/ds000206.git
162163
datalad update -r --merge -d ds000206/
163-
datalad get -r -d ds000206/ ds000206/sub-05/
164+
datalad get -r -J 2 -d ds000206/ ds000206/sub-05/
164165
165166
# Brain extraction tests
166167
datalad install -r https://gin.g-node.org/nipreps-data/brain-extraction-tests
167168
datalad update --merge -d brain-extraction-tests/
168-
datalad get -r -J 2 -d brain-extraction-tests
169+
datalad get -r -J 2 -d brain-extraction-tests brain-extraction-tests/*
169170
170171
# HCPH pilot
171172
datalad install -r https://github.com/nipreps-data/hcph-pilot_fieldmaps.git
172173
datalad update -r --merge -d hcph-pilot_fieldmaps/
173-
datalad get -r -d hcph-pilot_fieldmaps/
174+
datalad get -r -J 2 -d hcph-pilot_fieldmaps/ hcph-pilot_fieldmaps/*
174175
175176
176177
- name: Install FreeSurfer's mri_robust_template

0 commit comments

Comments
 (0)