Skip to content

Commit 155a909

Browse files
author
Alan Christie
committed
- Use of --user for pip
1 parent 9ba4352 commit 155a909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pipeline {
2424

2525
steps {
2626

27-
sh 'pip install -r package-requirements.txt'
27+
sh 'pip install --user -r package-requirements.txt'
2828

2929
dir('src/python') {
3030
sh 'coverage run setup.py test'
@@ -43,7 +43,7 @@ pipeline {
4343

4444
steps {
4545

46-
sh 'pip install -r package-requirements.txt'
46+
sh 'pip install --user -r package-requirements.txt'
4747

4848
dir('src/python') {
4949
sh 'coverage run setup.py test'

0 commit comments

Comments
 (0)