Skip to content

Commit

Permalink
invalidate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Oct 15, 2021
1 parent c387841 commit d9c61ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
paths:
- src/NiMARE
- restore_cache: # ensure this step occurs *before* installing dependencies
key: deps9-{{ checksum "nimare/info.py" }}-{{ checksum "setup.py" }}
key: deps10-{{ checksum "nimare/info.py" }}-{{ checksum "setup.py" }}
- run: # will overwrite NiMARE installation each time
name: Generate environment
command: |
Expand Down

0 comments on commit d9c61ec

Please sign in to comment.