Skip to content

Commit

Permalink
switching to caching python3.7 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jan 8, 2020
1 parent 9911ce4 commit 542724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
- save_cache:
key: v2-{{ arch }}-{{ .Branch }}-{{ checksum "/etc/docker-image-tag" }}-{{ checksum "requirements.txt" }}
paths:
- /usr/local/lib/python3.6/site-packages
- /usr/local/lib/python3.7/site-packages

# Test code
- run:
Expand Down

0 comments on commit 542724a

Please sign in to comment.