Trying 'python -m pip'
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit

This commit is contained in:
Csaba 2023-12-13 16:08:13 +01:00
parent e1b0b04582
commit eaf6c94599

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
stage('Installing requirements') {
steps {
echo 'Installing packages'
sh 'pip install -r requirements.txt'
sh 'python -m pip install -r requirements.txt'
}
}
stage('Test') {