diff --git a/Jenkinsfile b/Jenkinsfile index 75967d3..14d6575 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,8 @@ pipeline { stages { stage('Setup') { steps { - sh 'python -m pip install pipenv --user' + sh 'python -m pip install --no-cache-dir --upgrade pip' + sh 'python -m pip install --no-cache-dir pipenv --user' sh 'python -m pipenv install' } }