We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f078c1 + eb70dae commit aac2625Copy full SHA for aac2625
.circleci/config.yml
@@ -97,9 +97,9 @@ jobs:
97
steps:
98
- restore_cache:
99
keys:
100
- - env-v1-{{ .Branch }}-
101
- - env-v1-maint/1.4.x-
102
- - env-v1-
+ - env-v2-{{ .Branch }}-
+ - env-v2-maint/1.4.x-
+ - env-v2-
103
- run:
104
name: Setup git-annex, DataLad & TemplateFlow
105
command: |
@@ -109,7 +109,7 @@ jobs:
109
git config --global user.email '[email protected]'
110
python -m pip install --no-cache-dir -U templateflow
111
- save_cache:
112
- key: env-v1-{{ .Branch }}-{{ .BuildNum }}
+ key: env-v2-{{ .Branch }}-{{ .BuildNum }}
113
paths:
114
- /opt/conda
115
0 commit comments