ci: python
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 11s
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 11s
This commit is contained in:
parent
769d515486
commit
8a8482c8c4
@ -17,6 +17,11 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
||||||
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
|
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
|
||||||
|
|
||||||
|
- name: Install pip3
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install python3-pip
|
||||||
|
|
||||||
- name: build site
|
- name: build site
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user