diff --git a/Jenkinsfile b/Jenkinsfile index 4bf4c9f..948dfac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,7 +68,7 @@ stage('install required python packages') { steps { sh ''' - sudo apt-get -y install python3-pip + sudo apt install python3-pip pip3 install --user -r requirements.txt ''' print env.JENKINS_URL