Skip to content

Commit

Permalink
fix: datalad requires netbase to pull from gin
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Sep 8, 2022
1 parent 5e30427 commit 1c14a11
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
jobs:
cache_test_data:
docker: # executor type
- image: nipreps/miniconda:py39_2205.0
- image: nipreps/miniconda:py39_2209.01
auth:
username: $DOCKER_USER
password: $DOCKER_PAT
Expand All @@ -23,17 +23,6 @@ jobs:
git config --global user.name "First Last"
git config --global user.email "email@domain.com"
- run:
name: Ensure some templates are cached
command: |
python -c "from templateflow import api as tfapi; \
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='brain', suffix='mask'); \
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='fMRIPrep', suffix='boldref');"
- run:
name: Install datalad-osf
command: python -m pip install -U datalad-osf

- restore_cache:
keys:
- data-v6-{{ .Branch }}-{{ .Revision }}
Expand All @@ -42,6 +31,13 @@ jobs:
- data-v6-main-
- data-v6-

- run:
name: Ensure some templates are cached
command: |
python -c "from templateflow import api as tfapi; \
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='brain', suffix='mask'); \
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='fMRIPrep', suffix='boldref');"
- run:
name: Install ds001600
command: |
Expand Down

0 comments on commit 1c14a11

Please sign in to comment.