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