diff --git a/Jenkinsfile b/Jenkinsfile index d0b042a..e384fbe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -86,7 +86,6 @@ pipeline { } sh """ sudo apt update - sudo apt install software-properties-common -y sudo add-apt-repository ppa:deadsnakes/ppa -y sudo apt update sudo apt install python3.8 -y