Updated to not regenerate build recipe each time during CI

This commit is contained in:
2025-01-20 17:28:42 +00:00
parent cb3aec554e
commit 660d803c9e
2 changed files with 43 additions and 1 deletions

1
Jenkinsfile vendored
View File

@@ -26,7 +26,6 @@ pipeline {
}
steps {
sh "python -m build"
sh "grayskull pypi dist/*.tar.gz"
sh "conda-build automlst.engine --output-folder conda-bld"
}
}