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 bf352d2 + 0c02407 commit 3a18e44Copy full SHA for 3a18e44
.circleci/config.yml
@@ -103,11 +103,11 @@ jobs:
103
- run:
104
name: Setup git-annex, DataLad & TemplateFlow
105
command: |
106
- conda install -y -c anaconda -c conda-forge git-annex datalad wget
107
- python -m pip install --no-cache-dir -U datalad-osf
+ apk update && apk add --no-cache coreutils
+ conda install -y -c conda-forge datalad git wget
108
+ python -m pip install --no-cache-dir -U datalad-osf templateflow
109
git config --global user.name 'NiPreps Bot'
110
git config --global user.email 'nipreps@gmail.com'
- python -m pip install --no-cache-dir -U templateflow
111
- save_cache:
112
key: env-v2-{{ .Branch }}-{{ .BuildNum }}
113
paths:
0 commit comments