version switch to python 3.8 should be successful now
parent
73241ca7c1
commit
b030a5577f
|
|
@ -85,7 +85,6 @@ pipeline {
|
||||||
installRetryCount = installRetryCount+1
|
installRetryCount = installRetryCount+1
|
||||||
}
|
}
|
||||||
sh """
|
sh """
|
||||||
sudo apt update
|
|
||||||
sudo add-apt-repository ppa:deadsnakes/ppa -y
|
sudo add-apt-repository ppa:deadsnakes/ppa -y
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install python3.8 -y
|
sudo apt install python3.8 -y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue