File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,15 +77,15 @@ jobs:
7777 steps :
7878 - checkout
7979 - restore_cache :
80- key : schaefer100-04
80+ key : schaefer100-05
8181 - run : *runinstall
8282 - run :
8383 name : Download BIDS-Atlas dataset
8484 command : |
8585 cd /src/xcp_d/.circleci
8686 python get_data.py $PWD/data schaefer100
8787 - save_cache :
88- key : schaefer100-04
88+ key : schaefer100-05
8989 paths :
9090 - /src/xcp_d/.circleci/data/schaefer100
9191
@@ -179,7 +179,7 @@ jobs:
179179 - restore_cache :
180180 key : fmriprepwithoutfreesurfer-03
181181 - restore_cache :
182- key : schaefer100-04
182+ key : schaefer100-05
183183 - run : *runinstall
184184 - run :
185185 name : Run full xcp_d on nifti without freesurfer
@@ -525,7 +525,7 @@ jobs:
525525 - restore_cache :
526526 key : nibabies-04
527527 - restore_cache :
528- key : schaefer100-04
528+ key : schaefer100-05
529529 - run : *runinstall
530530 - run :
531531 name : Run pytest on the tests directory
You can’t perform that action at this time.
0 commit comments