diff --git a/Jenkinsfile b/Jenkinsfile index f410ee4..8e8061a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,7 +85,6 @@ pipeline { installRetryCount = installRetryCount+1 } sh """ - sudo apt update sudo add-apt-repository ppa:deadsnakes/ppa -y sudo apt update sudo apt install python3.8 -y