Skip to content

Commit

Permalink
Fix circle
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelVaroquaux committed Sep 25, 2016
1 parent d7f751b commit 1500220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Expand Up @@ -13,6 +13,7 @@ dependencies:
override:
# google drive link to test data, thanks to Gael V. and Chris G.
# https://googledrive.com/host/0B2JWN60ZLkgkMEw4bW5VUUpSdFU/ds005-deriv-light.tar
- sudo -E apt-get -yq update
- sudo -E apt-get -yq install python-sklearn
- pip install nilearn
- if [[ ! -d ~/data/ds005-deriv-light/derivatives ]]; then wget -c -P ${HOME}/downloads/ -O ds005-deriv-light.tar "https://files.osf.io/file?path=%2F57e549c2b83f6901d357d15f&provider=osfstorage&nid=9q7dv&accept_url=false&action=download" && mkdir -p ${HOME}/data && tar xf ${HOME}/downloads/ds005-deriv-light.tar -C ${HOME}/data; fi
Expand Down

0 comments on commit 1500220

Please sign in to comment.