mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-14 06:40:39 +00:00
install locally before generating docs
This commit is contained in:
parent
39adef79b4
commit
a215b457db
@ -187,6 +187,7 @@ local PipelineDocs = {
|
|||||||
image: 'python:3.8',
|
image: 'python:3.8',
|
||||||
commands: [
|
commands: [
|
||||||
'pip install -r dev-requirements.txt -qq',
|
'pip install -r dev-requirements.txt -qq',
|
||||||
|
'pip install -qq .',
|
||||||
'make doc',
|
'make doc',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -212,6 +212,7 @@ steps:
|
|||||||
image: python:3.8
|
image: python:3.8
|
||||||
commands:
|
commands:
|
||||||
- pip install -r dev-requirements.txt -qq
|
- pip install -r dev-requirements.txt -qq
|
||||||
|
- pip install -qq .
|
||||||
- make doc
|
- make doc
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
@ -306,6 +307,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: a8fa81069f019d873f20bec815688759f4f862a962141dc8ec872f5abc8cadeb
|
hmac: 781460b587be9a823d27129d03b5dd9c1ec5db7f72241192e65f226366bff486
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user