Update 'Jenkinsfile'

This commit is contained in:
Piotr Szkudlarek 2023-10-24 18:51:56 +02:00
parent 8cf30759c5
commit c5dbe27db7

4
Jenkinsfile vendored
View File

@ -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'
}
}
}