mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Fix remove option -U from pip install
parent
9e0b4fd243
commit
255f7302ea
|
|
@ -115,8 +115,8 @@ build-developers-doc:
|
||||||
- cd ../../src
|
- cd ../../src
|
||||||
- python3 -m venv doc-venv
|
- python3 -m venv doc-venv
|
||||||
- . doc-venv/bin/activate
|
- . doc-venv/bin/activate
|
||||||
- pip3 install -U -r ../requirements.txt
|
- pip3 install -r ../requirements.txt
|
||||||
- pip3 install -U pdoc3
|
- pip3 install pdoc3
|
||||||
- pdoc --html .
|
- pdoc --html .
|
||||||
# Create archive
|
# Create archive
|
||||||
- tar cf html.tar ./html
|
- tar cf html.tar ./html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue