Skip to content

Commit

Permalink
Flush CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Oct 13, 2021
1 parent 5687c48 commit a280505
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 @@ -20,7 +20,7 @@ commands:
steps:
- restore_cache:
keys:
- v1-dependencies-{{ .Branch }}-{{ checksum "~/.pyenv/version" }}-{{ checksum "requirements.txt" }}-{{ checksum "test-requirements.txt" }}
- v2-dependencies-{{ .Branch }}-{{ checksum "~/.pyenv/version" }}-{{ checksum "requirements.txt" }}-{{ checksum "test-requirements.txt" }}

- run:
name: install dependencies
Expand All @@ -34,7 +34,7 @@ commands:
- save_cache:
paths:
- ~/venv
key: v1-dependencies-{{ .Branch }}-{{ checksum "~/.pyenv/version" }}-{{ checksum "requirements.txt" }}-{{ checksum "test-requirements.txt" }}
key: v2-dependencies-{{ .Branch }}-{{ checksum "~/.pyenv/version" }}-{{ checksum "requirements.txt" }}-{{ checksum "test-requirements.txt" }}

upload-results:
steps:
Expand Down

0 comments on commit a280505

Please sign in to comment.