File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -125,22 +125,13 @@ jobs:
125125 environment :
126126 - TEMPLATEFLOW_HOME : /tmp/templateflow
127127 steps :
128- - restore_cache :
129- keys :
130- - env-v1-{{ .Branch }}-
131- - env-v1-master-
132- - env-v1-
133128 - run :
134- name : Setup git-annex, DataLad & TemplateFlow
129+ name : Setup git-annex and DataLad
135130 command : |
136- mamba install -y python=*=*cpython git-annex=*=alldep* unzip
137- python -m pip install --no-cache-dir -U datalad datalad -osf templateflow
131+ mamba install -y git-annex=*=alldep* unzip uv
132+ uv tool install --with=datalad-next --with= datalad-osf datalad
138133 git config --global user.name 'NiPreps Bot'
139134 git config --global user.email 'nipreps@gmail.com'
140- - save_cache :
141- key : env-v1-{{ .Branch }}-{{ .BuildNum }}
142- paths :
143- - /opt/conda
144135
145136 - restore_cache :
146137 keys :
You can’t perform that action at this time.
0 commit comments