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
|
||||
- python3 -m venv doc-venv
|
||||
- . doc-venv/bin/activate
|
||||
- pip3 install -U -r ../requirements.txt
|
||||
- pip3 install -U pdoc3
|
||||
- pip3 install -r ../requirements.txt
|
||||
- pip3 install pdoc3
|
||||
- pdoc --html .
|
||||
# Create archive
|
||||
- tar cf html.tar ./html
|
||||
|
|
|
|||
Loading…
Reference in New Issue