diff --git a/Jenkinsfile b/Jenkinsfile index 3e3af5c..15e3ee4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,8 +68,6 @@ stage('install required python packages') { steps { sh ''' - sudo python3 -m ensurepip - pip install --user --upgrade pip pip install --user -r requirements.txt ''' print env.JENKINS_URL