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