Update 'Jenkinsfile'
This commit is contained in:
parent
8cf30759c5
commit
c5dbe27db7
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -5,8 +5,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh 'pip3 --version'
|
sh 'pip --version'
|
||||||
sh 'pip3 install -r requirements.txt'
|
sh 'sudo pip install -r requirements.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user