Skip to content

Commit fba41bd

Browse files
author
Alan Christie
committed
- Stopped using --user (assumes root access)
1 parent e12b962 commit fba41bd

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
@@ -26,7 +26,7 @@ pipeline {
2626

2727
sh 'env'
2828
sh 'id'
29-
sh 'pip install --user -r package-requirements.txt'
29+
sh 'pip install -r package-requirements.txt'
3030

3131
dir('src/python') {
3232
sh 'coverage run setup.py test'
@@ -47,7 +47,7 @@ pipeline {
4747

4848
sh 'env'
4949
sh 'id'
50-
sh 'pip install --user -r package-requirements.txt'
50+
sh 'pip install -r package-requirements.txt'
5151

5252
dir('src/python') {
5353
sh 'coverage run setup.py test'

0 commit comments

Comments
 (0)