Trying more

This commit is contained in:
Filip Gralinski 2023-10-24 15:58:08 +02:00
parent a6b0a6b362
commit 736a108dd0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('build') {
steps {
sh 'pip install --no-cache-dir -r requirements.txt'
sh 'pip install --no-cache-dir --user -r requirements.txt'
}
}
stage('test') {