From 42a421c18f038311d97937f8b10c995cbedf4b7a Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Fri, 16 Jun 2023 07:59:15 +0200 Subject: [PATCH] kpi-extension functionality --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 60070c6..2276ffc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -92,7 +92,7 @@ pipeline { sh """ sudo add-apt-repository ppa:deadsnakes/ppa -y && \ sudo apt install python3.8 -y - sudo apt install python3-pip + sudo apt install python3-pip -y pip3 --version python3.8 --version pip3 install -r requirements.txt