Skip to content

Commit

Permalink
reset cache
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Jun 28, 2019
1 parent 366709c commit 440e32a
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 @@ -7,8 +7,8 @@ jobs:
- checkout
- restore_cache:
keys:
- v2-pip-dependencies-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements.dev.txt" }}
- v2-pip-dependencies-{{ .Branch }}-
- v3-pip-dependencies-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements.dev.txt" }}
- v3-pip-dependencies-{{ .Branch }}-
- run:
name: Install Python Dependencies
command: |
Expand All @@ -21,7 +21,7 @@ jobs:
- save_cache:
paths:
- .local/lib/python3.6/site-packages
key: v2-pip-dependencies-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements.dev.txt" }}
key: v3-pip-dependencies-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements.dev.txt" }}

- run:
name: Run Agent Tests
Expand Down

0 comments on commit 440e32a

Please sign in to comment.