This commit is contained in:
2024-07-22 18:16:03 +02:00
parent 7fbdcc2ab7
commit 8bf189f717
Vendored
+3
View File
@@ -7,7 +7,10 @@ pipeline {
stages { stages {
stage("install_dep") { stage("install_dep") {
steps {
sh "pip install -r requirements/dev.txt" sh "pip install -r requirements/dev.txt"
} }
}
} }
} }