This commit is contained in:
2024-07-22 18:16:03 +02:00
parent 7fbdcc2ab7
commit 8bf189f717

5
Jenkinsfile vendored
View File

@@ -7,7 +7,10 @@ pipeline {
stages {
stage("install_dep") {
sh "pip install -r requirements/dev.txt"
steps {
sh "pip install -r requirements/dev.txt"
}
}
}
}