Skip to content

Commit 7de5e35

Browse files
committed
CI: Insist on getting cpython from conda
1 parent 8f60793 commit 7de5e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
name: Setup git-annex, DataLad & TemplateFlow
105105
command: |
106106
apk update && apk add --no-cache coreutils
107-
conda install -y -c conda-forge datalad git wget
107+
conda install -y -c conda-forge python=*=*cpython datalad git wget
108108
python -m pip install --no-cache-dir -U datalad-osf templateflow
109109
git config --global user.name 'NiPreps Bot'
110110
git config --global user.email '[email protected]'

0 commit comments

Comments
 (0)