We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12b962 commit fba41bdCopy full SHA for fba41bd
Jenkinsfile
@@ -26,7 +26,7 @@ pipeline {
26
27
sh 'env'
28
sh 'id'
29
- sh 'pip install --user -r package-requirements.txt'
+ sh 'pip install -r package-requirements.txt'
30
31
dir('src/python') {
32
sh 'coverage run setup.py test'
@@ -47,7 +47,7 @@ pipeline {
47
48
49
50
51
52
53
0 commit comments