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