Skip to content

Commit 542f5e9

Browse files
committed
CI: Simplify templateflow install
1 parent 3d9b0da commit 542f5e9

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
@@ -272,7 +272,7 @@ jobs:
272272
name: Pull TemplateFlow down, pre-cache some templates
273273
command: |
274274
export TEMPLATEFLOW_HOME=/tmp/templateflow
275-
pip install -U --user --no-cache-dir "$( grep templateflow /tmp/src/smriprep/setup.cfg | xargs )"
275+
pip install -U --user --no-cache-dir templateflow
276276
python -c "from templateflow import api as tfapi; \
277277
tfapi.get(['MNI152Lin', 'MNI152NLin2009cAsym', 'OASIS30ANTs'], suffix='T1w'); \
278278
tfapi.get(['MNI152Lin', 'MNI152NLin2009cAsym', 'OASIS30ANTs'], desc='brain', suffix='mask'); \

0 commit comments

Comments
 (0)