Fix
This commit is contained in:
parent
5d3f7ee413
commit
bf2a9990fd
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('build') {
|
||||
steps {
|
||||
sh 'pip install -r requirements.txt'
|
||||
sh 'pip3 install -r requirements.txt'
|
||||
}
|
||||
}
|
||||
stage('test') {
|
||||
|
Loading…
Reference in New Issue
Block a user