Fixed CI
Some checks failed
MLSTMyFASTA/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2025-01-03 19:40:49 +00:00
parent 35ae4cd6c8
commit 7fb20415f5

4
Jenkinsfile vendored
View File

@ -20,7 +20,9 @@ pipeline {
}
}
stage("build") {
sh "python3.11 -m build"
steps {
sh "python3.11 -m build"
}
}
stage("test installation") {
steps {