Skip to content

Commit

Permalink
clearing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 8, 2018
1 parent 91fd4fe commit 0d79ac7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -11,9 +11,9 @@ jobs:
# Load packages from cache
- restore_cache:
keys:
- cache-v0-{{ .Branch }}-{{ checksum "requirements.txt" }}
- cache-v0-{{ .Branch }}-
- cache-v0-
- cache-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}
- cache-v1-{{ .Branch }}-
- cache-v1-

# Python 3 installation tasks
- run:
Expand All @@ -31,7 +31,7 @@ jobs:

# Save packages to cache
- save_cache:
key: cache-v6-{{ .Branch }}-{{ checksum "requirements.txt" }}
key: cache-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}
paths:
- /usr/local/lib/python3.6/site-packages

Expand Down

0 comments on commit 0d79ac7

Please sign in to comment.