Skip to content

Commit

Permalink
Invalidate Circle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtemple committed Apr 6, 2022
1 parent 15c1a23 commit 6c54e8b
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 @@ -10,8 +10,8 @@ jobs:

- restore_cache:
keys:
- v1-dependencies-{{ checksum "requirements.txt" }}
- v1-dependencies-
- v2-dependencies-{{ checksum "requirements.txt" }}
- v2-dependencies-

- run:
name: Install dependencies
Expand All @@ -22,7 +22,7 @@ jobs:
tox -e ALL --notest
- save_cache:
key: v1-dependencies-{{ checksum "requirements.txt" }}
key: v2-dependencies-{{ checksum "requirements.txt" }}
paths:
- venv
- .tox
Expand Down

0 comments on commit 6c54e8b

Please sign in to comment.