Skip to content

Commit

Permalink
Reset CircleCI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Nov 24, 2021
1 parent 5023a1a commit 93b1c94
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 @@ -39,9 +39,9 @@ jobs:

- restore_cache:
keys:
- v9-dependencies-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements.txt" }}
- v10-dependencies-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements.txt" }}
# fallback to using the latest cache if no exact match is found
- v9-dependencies-{{ .Environment.CIRCLE_JOB }}
- v10-dependencies-{{ .Environment.CIRCLE_JOB }}

- run:
name: install dependencies
Expand All @@ -60,7 +60,7 @@ jobs:
- save_cache:
paths:
- ./venv
key: v9-dependencies-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements.txt" }}
key: v10-dependencies-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements.txt" }}

- run:
name: apt update
Expand Down

0 comments on commit 93b1c94

Please sign in to comment.