From dfdd283908b2c74280f0ef3ef04c959fa00d8cc6 Mon Sep 17 00:00:00 2001 From: Carl Beekhuizen Date: Tue, 18 Jun 2019 15:30:01 +0200 Subject: [PATCH] Python 3.7 -> 3.6 again --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b5e7a292..dbecd13b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,6 +63,12 @@ jobs: - image: circleci/python:3.6 working_directory: ~/specs-repo steps: + # Restore git repo at point close to target branch/revision, to speed up checkout + - restore_cache: + keys: + - v1-specs-repo-{{ .Branch }}-{{ .Revision }} + - v1-specs-repo-{{ .Branch }}- + - v1-specs-repo- - checkout - run: name: Clean up git repo to reduce cache size