User flag
Apps/everybody-mov/pipeline/head There was a failure building this commit Details

This commit is contained in:
Amber McCloughan 2022-09-01 00:20:41 -04:00
parent 23bbbb9845
commit 32c7e4fe91
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
stages { stages {
stage('Setup') { stage('Setup') {
steps { steps {
sh 'python -m pip install pipenv' sh 'python -m pip install pipenv --user'
sh 'python -m pipenv install' sh 'python -m pipenv install'
} }
} }