Jenkinsfile: remove isort check, because it behaves differently between venv and non-venv mode

This commit is contained in:
Franzi 2023-05-20 07:44:23 +02:00
parent 9b1cea1e1d
commit 604170f133
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 0 additions and 9 deletions

9
Jenkinsfile vendored
View File

@ -25,15 +25,6 @@ pipeline {
"""
}
}
stage('syntax checking using isort') {
steps {
sh """
. venv/bin/activate
isort --check .
"""
}
}
stage('config and metadata determinism') {
steps {
sh """