diff --git a/Jenkinsfile b/Jenkinsfile index bf801a7..4fb6910 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,9 @@ pipeline { } } stage("build") { - sh "python3.11 -m build" + steps { + sh "python3.11 -m build" + } } stage("test installation") { steps {