Update 'Jenkinsfile'

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

4
Jenkinsfile vendored
View File

@ -5,8 +5,8 @@ pipeline {
stages {
stage('Test') {
steps {
sh 'pip --version'
sh 'pip install -r requirements.txt'
sh 'pip3 --version'
sh 'pip3 install -r requirements.txt'
}
}
}