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:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: deps-{{ .Branch }}-{{ checksum "Pipfile" }}-Python36
|
key: v1-deps-{{ .Environment.CIRCLE_WORKFLOW_ID }}-{{ checksum "Pipfile" }}-py36
|
||||||
- run:
|
- run:
|
||||||
name: Run Documentation Tests
|
name: Run Documentation Tests
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in New Issue