pip install build
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
This commit is contained in:
parent
cb501cc2a9
commit
0761745180
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -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') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue