Turning off Python module test

This commit is contained in:
klayoutmatthias 2022-12-18 01:16:46 +01:00
parent 781e9a7e26
commit b7b26b7ecd
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -54,7 +54,7 @@ node("master") {
withDockerContainer(image: "jenkins-${target}-basic") {
// from shared library
installtest(target, target_dir)
installtest_nopython(target, target_dir)
}
})