Navigation Menu

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 89c6c1b commit 5cfde33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -31,7 +31,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 5cfde33

Please sign in to comment.