version switch to python 3.8 should be successful now
parent
d7e9e58da3
commit
06c77ff09f
|
|
@ -89,6 +89,7 @@ pipeline {
|
||||||
sudo apt update && \
|
sudo apt update && \
|
||||||
sudo apt install python3.8 -y && \
|
sudo apt install python3.8 -y && \
|
||||||
python3.8 --version
|
python3.8 --version
|
||||||
|
pip3 --version
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue