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 b06280a commit 783919e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/branch_Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ 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 --install-types --junit-xml mypy-report.xml'
sh 'python3 -m mypy -p src.grag --junit-xml mypy-report.xml'
}
}
}
Expand Down

0 comments on commit 783919e

Please sign in to comment.