From 6aa9f2cf5af0353d444805814d42823fbc116e7c Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Wed, 8 Jan 2020 14:23:14 -0500 Subject: [PATCH] switching to caching python3.7 packages --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b01726..70bd4a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ jobs: - save_cache: key: v1-{{ 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: