Skip to content

Commit

Permalink
[4.3.x] Bump CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Jan 16, 2024
1 parent 0fda596 commit b263800
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 @@ -104,10 +104,10 @@ commands:

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

- run:
name: install latest pip
Expand All @@ -127,7 +127,7 @@ commands:
- save_cache:
paths:
- ./venv
key: v23-dependencies-{{ .Environment.CIRCLE_JOB }}-{{ checksum
key: v24-dependencies-{{ .Environment.CIRCLE_JOB }}-{{ checksum
"requirements.txt" }}

wait_for_postgres:
Expand Down

0 comments on commit b263800

Please sign in to comment.