pip install twine
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:30:46 +01:00
parent 0761745180
commit 89c37aca22

1
Jenkinsfile vendored
View file

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