0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-11-13 00:10:42 +00:00

install dev dependencies for docs generation

This commit is contained in:
Robert Kaussow 2020-04-13 15:57:36 +02:00
parent 9d9c802bf6
commit cf154cd096
2 changed files with 3 additions and 1 deletions

View File

@ -186,6 +186,7 @@ local PipelineDocs = {
name: 'generate',
image: 'python:3.8',
commands: [
'pip install -r dev-requirements.txt -qq',
'make doc',
],
},

View File

@ -211,6 +211,7 @@ steps:
- name: generate
image: python:3.8
commands:
- pip install -r dev-requirements.txt -qq
- make doc
- name: test
@ -305,6 +306,6 @@ depends_on:
---
kind: signature
hmac: 6acc4879e65978ae67d1bb8d625f0227cabac334980ee22acdb9f4933d0e4459
hmac: bfc2834ca02c31c299b1f63c967430cb59fc79ca55de8a74b2cf7184b0da715f
...