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.
1 parent 7363cb2 commit e9b953aCopy full SHA for e9b953a
.circleci/config.yml
@@ -219,16 +219,17 @@ jobs:
219
# Caching intermediate templates so no need to constantly fetch
220
XFM="from-MNI152NLin6Asym_to-MNIInfant+1_xfm.h5"
221
echo "Downloading $XFM"
222
- curl -Lo "XFM" https://osf.io/download/kx7ny
+ curl -Lo "$XFM" https://osf.io/download/kx7ny
223
XFM="from-MNIInfant+1_to-MNI152NLin6Asym_xfm.h5"
224
225
- curl -Lo "XFM" https://osf.io/download/7ge2b
+ curl -Lo "$XFM" https://osf.io/download/7ge2b
226
227
- persist_to_workspace:
228
root: /tmp
229
paths:
230
- fslicense
231
- bcp/nipype.cfg
232
+ - pooch/*
233
234
test_pytest:
235
!!merge <<: *machine_defaults
0 commit comments