Skip to content

Commit

Permalink
update workflow to continue to the next steps if mypy fails
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Gidh <aagidh@us.ibm.com>
  • Loading branch information
adigidh committed Mar 6, 2025
1 parent 33e2ad3 commit f15d9a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/py_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: poetry run poe lint
- name: Type check task with mypy
run: poetry run poe type-check
continue-on-error: true
- name: Code Format
run: poetry run poe format
- name: Commits Lint
Expand Down

0 comments on commit f15d9a5

Please # to comment.