From b030a5577f7c1f083aa2e9fa2242350ad7b45a33 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 15 Jun 2023 14:57:15 +0200 Subject: [PATCH] version switch to python 3.8 should be successful now --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) 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