Skip to content

Commit

Permalink
update jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
imgarylai committed Dec 7, 2018
1 parent 46b50c9 commit c98deb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {
stages {
stage('build') {
steps {
sh 'pip install -r requirements.txt'
sh 'pip install --user -r requirements.txt'
sh 'pip install pytest'
}
}
Expand Down

0 comments on commit c98deb6

Please sign in to comment.