Skip to content

Commit 3a18e44

Browse files
authored
Merge pull request #721 from mgxd/ci/datalad-install
CI: Let datalad handle git-annex installation
2 parents bf352d2 + 0c02407 commit 3a18e44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ jobs:
103103
- run:
104104
name: Setup git-annex, DataLad & TemplateFlow
105105
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
106+
apk update && apk add --no-cache coreutils
107+
conda install -y -c conda-forge datalad git wget
108+
python -m pip install --no-cache-dir -U datalad-osf templateflow
108109
git config --global user.name 'NiPreps Bot'
109110
git config --global user.email 'nipreps@gmail.com'
110-
python -m pip install --no-cache-dir -U templateflow
111111
- save_cache:
112112
key: env-v2-{{ .Branch }}-{{ .BuildNum }}
113113
paths:

0 commit comments

Comments
 (0)