File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 69
69
- run :
70
70
name : Setup DataLad & TemplateFlow
71
71
command : |
72
- python -m pip install --no-cache-dir -U pip
73
- python -m pip install --no-cache-dir -U datalad
74
- python -m pip install --no-cache-dir -U templateflow
72
+ pip install --no-cache-dir -U pip
73
+ pip install --no-cache-dir -U datalad
74
+ pip install --no-cache-dir -U templateflow
75
75
python -c "from templateflow import api as tfapi; \
76
76
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='brain', suffix='mask'); \
77
77
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='fMRIPrep', suffix='boldref');"
80
80
key : env-v2-{{ .Branch }}-{{ .BuildNum }}
81
81
paths :
82
82
- /tmp/cache/git-annex-standalone.tar.gz
83
- - /usr/local/bin
84
- - /usr/local/lib/python3.9/site-packages
85
83
- /usr/bin/git-annex
86
84
- /usr/bin/git-annex-shell
87
85
- /usr/lib/git-annex.linux
You can’t perform that action at this time.
0 commit comments