mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Update pip.
parent
cc237fffa8
commit
1fd840d33f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue