Removed test installation step from CI
This commit is contained in:
parent
5449ae0c68
commit
484e31879e
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -24,12 +24,6 @@ pipeline {
|
|||||||
sh "python -m build"
|
sh "python -m build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("test installation") {
|
|
||||||
steps {
|
|
||||||
sh "python -m pip install dist/*.whl --force-reinstall"
|
|
||||||
sh "automlst -h"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage("archive") {
|
stage("archive") {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user