Skip to content

Commit

Permalink
added mypy type-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitvj authored May 1, 2024
1 parent 783919e commit afd150e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pipeline {
steps {
withPythonEnv(PYTHONPATH){
sh 'pip install mypy'
sh 'python3 -m pip install types-requests'
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE'){
sh 'python3 -m mypy -p src.grag --junit-xml mypy-report.xml'
}
Expand Down

0 comments on commit afd150e

Please sign in to comment.