Commit 255f7302 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ci: Fix remove option -U from pip install

Showing with 2 additions and 2 deletions
+2 -2
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment