Skip to content

Commit

Permalink
Update branch_Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitvj authored May 1, 2024
1 parent 82c21b4 commit b06280a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/branch_Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ pipeline {
steps {
withPythonEnv(PYTHONPATH){
sh 'pip install mypy'
sh 'mypy --install-types'
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE'){
sh 'python3 -m mypy -p src.grag --junit-xml mypy-report.xml'
sh 'python3 -m mypy -p src.grag --install-types --junit-xml mypy-report.xml'
}
}
}
Expand Down

0 comments on commit b06280a

Please sign in to comment.