Skip to content

Commit

Permalink
Invalidate MacOS cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGleave committed Oct 4, 2023
1 parent fdc1c03 commit 99cd7fd
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 @@ -96,7 +96,7 @@ commands:

- restore_cache:
keys:
- v7macos-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}
- v8macos-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}

- run:
name: install dependencies
Expand All @@ -108,7 +108,7 @@ commands:
- save_cache:
paths:
- ~/venv
key: v7macos-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}
key: v8macos-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}

- run:
name: install imitation
Expand Down

0 comments on commit 99cd7fd

Please sign in to comment.