ci: Fix remove option -U from pip install

setup.py
Pierre-Antoine Rouby 2023-10-11 16:24:45 +02:00
parent 9e0b4fd243
commit 255f7302ea
1 changed files with 2 additions and 2 deletions

View File

@ -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