Skip to content

Commit

Permalink
Bump CircleCI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Apr 24, 2024
1 parent 0f832fa commit 53312c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ jobs:
at: ~/
- restore_cache:
keys:
- data-cache-ds000247-2
- data-cache-ds000247-3
- bash_env
- run:
name: Get ds000247
command: |
$DOWNLOAD_DATA ds000247
- codecov/upload
- save_cache:
key: data-cache-ds000247-2
key: data-cache-ds000247-3
paths:
- ~/mne_data/ds000247

Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
- bash_env
- restore_cache:
keys:
- data-cache-ds000247-2
- data-cache-ds000247-3
- run:
name: test ds000247
command: $RUN_TESTS ds000247
Expand Down

0 comments on commit 53312c8

Please sign in to comment.