Trying 'python -m pip'
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
e1b0b04582
commit
eaf6c94599
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -16,7 +16,7 @@ pipeline {
|
||||||
stage('Installing requirements') {
|
stage('Installing requirements') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Installing packages'
|
echo 'Installing packages'
|
||||||
sh 'pip install -r requirements.txt'
|
sh 'python -m pip install -r requirements.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue