Commit 1fd840d3 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ci: Update pip.

Showing with 3 additions and 0 deletions
+3 -0
......@@ -115,6 +115,7 @@ build-developers-doc:
- cd ../../src
- python3 -m venv doc-venv
- . doc-venv/bin/activate
- pip3 install -U pip
- pip3 install -r ../requirements.txt
- pip3 install -U -r ../requirements.txt
- pip3 install pdoc3
......@@ -153,6 +154,7 @@ build-linux:
# Setup virtual env
- python3 -m venv linux-venv
- . linux-venv/bin/activate
- pip3 install -U pip
- pip3 install -r ../requirements.txt
- pip3 install -U -r ../requirements.txt
# Run Pyinstaller
......@@ -254,6 +256,7 @@ test-pep8:
# Setup virtual env
- python3 -m venv venv
- . venv/bin/activate
- pip3 install -U pip
- pip3 install -r ../requirements.txt
- pip3 install -U -r ../requirements.txt
- pip3 install pycodestyle
......
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