Trying more
This commit is contained in:
parent
a6b0a6b362
commit
736a108dd0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'pip install --no-cache-dir -r requirements.txt'
|
sh 'pip install --no-cache-dir --user -r requirements.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('test') {
|
stage('test') {
|
||||||
|
Loading…
Reference in New Issue
Block a user