Skip to content

Commit 60c1465

Browse files
committed
chore(ci): Drop environment cache, use uv for speed
1 parent 175c3ab commit 60c1465

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.circleci/config.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff 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 '[email protected]'
140-
- save_cache:
141-
key: env-v1-{{ .Branch }}-{{ .BuildNum }}
142-
paths:
143-
- /opt/conda
144135
145136
- restore_cache:
146137
keys:

0 commit comments

Comments
 (0)