File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -120,26 +120,25 @@ jobs:
120
120
121
121
get_data :
122
122
docker :
123
- - image : continuumio/miniconda3:4 .9.2-alpine
123
+ - image : quay.io/condaforge/miniforge3:24 .9.0-0
124
124
working_directory : /tmp/data
125
125
environment :
126
126
- TEMPLATEFLOW_HOME : /tmp/templateflow
127
127
steps :
128
128
- restore_cache :
129
129
keys :
130
- - env-v2 -{{ .Branch }}-
131
- - env-v2 -master-
132
- - env-v2 -
130
+ - env-v0 -{{ .Branch }}-
131
+ - env-v0 -master-
132
+ - env-v0 -
133
133
- run :
134
134
name : Setup git-annex, DataLad & TemplateFlow
135
135
command : |
136
- apk update && apk add --no-cache coreutils
137
- conda install -y -c conda-forge python=*=*cpython datalad git wget
138
- python -m pip install --no-cache-dir -U datalad-osf templateflow
136
+ mamba install -y python=*=*cpython git-annex=*=alldep* unzip
137
+ python -m pip install --no-cache-dir -U datalad datalad-osf templateflow
139
138
git config --global user.name 'NiPreps Bot'
140
139
git config --global user.email 'nipreps@gmail.com'
141
140
- save_cache :
142
- key : env-v2 -{{ .Branch }}-{{ .BuildNum }}
141
+ key : env-v0 -{{ .Branch }}-{{ .BuildNum }}
143
142
paths :
144
143
- /opt/conda
145
144
You can’t perform that action at this time.
0 commit comments