Jenkinsfile: remove isort check, because it behaves differently between venv and non-venv mode
This commit is contained in:
parent
9b1cea1e1d
commit
604170f133
1 changed files with 0 additions and 9 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -25,15 +25,6 @@ pipeline {
|
|||
"""
|
||||
}
|
||||
}
|
||||
stage('syntax checking using isort') {
|
||||
steps {
|
||||
sh """
|
||||
. venv/bin/activate
|
||||
|
||||
isort --check .
|
||||
"""
|
||||
}
|
||||
}
|
||||
stage('config and metadata determinism') {
|
||||
steps {
|
||||
sh """
|
||||
|
|
Loading…
Reference in a new issue