pip install build
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-15 14:28:25 +01:00
parent cb501cc2a9
commit 0761745180

1
Jenkinsfile vendored
View file

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