diff --git a/Jenkinsfile b/Jenkinsfile index 890f3b0..0f3aa30 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stages { stage('Setup') { steps { - sh 'python -m pip install pipenv' + sh 'python -m pip install pipenv --user' sh 'python -m pipenv install' } }