mirror of https://github.com/nucypher/pyUmbral.git
Fix cicrcleCI cache key for doctest build.
parent
96f63ebdd6
commit
060d9fd1f3
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue