File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -533,9 +533,9 @@ jobs:
533
533
- data-v2-
534
534
- restore_cache :
535
535
keys :
536
- - bold-v5 -{{ .Branch }}
537
- - bold-v5 -master
538
- - bold-v5 -
536
+ - bold-v6 -{{ .Branch }}
537
+ - bold-v6 -master
538
+ - bold-v6 -
539
539
540
540
- run :
541
541
name : Remove old, cached configs
@@ -570,7 +570,7 @@ jobs:
570
570
path : /tmp/bold/misc
571
571
572
572
- save_cache :
573
- key : bold-v5 -{{ .Branch }}
573
+ key : bold-v6 -{{ .Branch }}
574
574
paths :
575
575
- /tmp/bold/work
576
576
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies = [
27
27
" nibabel >= 3.0.1" ,
28
28
" nilearn >= 0.5.1" ,
29
29
" nipype ~= 1.4" ,
30
- " nireports ~= 23.1 " ,
30
+ " nireports ~= 24.0.2 " ,
31
31
" nitransforms ~= 24.0" ,
32
32
" niworkflows ~=1.10.1" ,
33
33
" numpy ~=1.20" ,
You can’t perform that action at this time.
0 commit comments