Python 3.7 -> 3.6 again

This commit is contained in:
Carl Beekhuizen 2019-06-18 15:30:01 +02:00
parent eb9fc7b518
commit dfdd283908
No known key found for this signature in database
GPG Key ID: D05CA176D0020646
1 changed files with 6 additions and 0 deletions

View File

@ -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