Test installation now forces reinstall
All checks were successful
ydeng/renamebycsv/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-24 12:25:55 -05:00
parent 4bea0eb15e
commit 7b7f6438d4

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
} }
stage("test") { stage("test") {
steps { steps {
sh "pip install dist/*.whl" sh "pip install dist/*.whl --force-reinstall"
sh "renamebycsv -h" sh "renamebycsv -h"
} }
} }