ci: install dependencies with user flag
This commit is contained in:
parent
916973c3e8
commit
d24f580bf0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ pipeline {
|
|||||||
|
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'pip install .[all] --progress-bar off'
|
sh 'pip install .[all] --user --progress-bar off'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user