Skip to content

Commit

Permalink
FIX: Missed a couple (mne-tools#8709)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Jan 7, 2021
1 parent 9f231cf commit d9a4723
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,18 @@ jobs:
python -c "import mne; level = mne.get_config('MNE_LOGGING_LEVEL'); assert level.lower() == 'info', repr(level)"
# Figure out if we should run a full, pattern, or noplot version
- restore_cache:
keys:
- data-cache-tiny-1
- restore_cache:
keys:
- data-cache-multimodal
- restore_cache:
keys:
- data-cache-limo
- restore_cache:
keys:
- data-cache-fsaverage
- restore_cache:
keys:
- data-cache-bst-phantom-ctf
Expand Down Expand Up @@ -260,6 +266,12 @@ jobs:
- ~/mne_data/MNE-misc-data # (39 M)
- ~/mne_data/mTRF_1.5 # (56 M)
- ~/mne_data/MNE-phantom-4DBTi # (77 M)
- save_cache:
key: data-cache-tiny-1 # more to combine
paths:
- ~/mne_data/MNE-fNIRS-motor-data # (71 M)
- ~/mne_data/MNE-refmeg-noise-data # (93 M)
- ~/mne_data/physionet-sleep-data # (95 M)
- save_cache:
key: data-cache-multimodal
paths:
Expand All @@ -268,12 +280,16 @@ jobs:
key: data-cache-limo
paths:
- ~/mne_data/MNE-limo-data # (244 M)
- save_cache:
key: data-cache-fsaverage
paths:
- ~/mne_data/MNE-fsaverage-data # (762 M)
- save_cache:
key: data-cache-bst-phantom-ctf
paths:
- ~/mne_data/MNE-brainstorm-data/bst_phantom_ctf # (177 M)
- save_cache:
key: data-cache-bst-bst-raw
key: data-cache-bst-raw
paths:
- ~/mne_data/MNE-brainstorm-data/bst_raw # (830 M)
- save_cache:
Expand Down

0 comments on commit d9a4723

Please sign in to comment.