Skip to content

Commit

Permalink
Nuke Circle cache again…
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Jan 7, 2022
1 parent 9fa710e commit 33f63c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# restore cache from last build. Unless __init__.py has changed since then
- restore_cache:
keys:
- data-cache-3-{{ checksum "./mne_bids/__init__.py" }}
- data-cache-4-{{ checksum "./mne_bids/__init__.py" }}

# Also restore pip cache to speed up installations
- restore_cache:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

# Store the data cache
- save_cache:
key: data-cache-3-{{ checksum "./mne_bids/__init__.py" }}
key: data-cache-4-{{ checksum "./mne_bids/__init__.py" }}
paths:
- ~/mne_data

Expand Down

0 comments on commit 33f63c9

Please sign in to comment.