Fix cicrcleCI cache key for doctest build.

pull/191/merge
Kieran Prasch 2018-07-03 12:01:05 -07:00
parent 96f63ebdd6
commit 060d9fd1f3
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: deps-{{ .Branch }}-{{ checksum "Pipfile" }}-Python36
key: v1-deps-{{ .Environment.CIRCLE_WORKFLOW_ID }}-{{ checksum "Pipfile" }}-py36
- run:
name: Run Documentation Tests
command: |