Skip to content

Commit

Permalink
refix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guangrei committed Dec 5, 2024
1 parent 479f68c commit 6ef019b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
- name: Type checking with mypy
run: |
poetry run mypy --strict --exclude build .
poetry run mypy --strict chatrouter
poetry run mypy --strict examples/example
poetry run mypy --strict examples/async_example
poetry run mypy --strict setup.py
- name: Unit testing
run: |
Expand Down

0 comments on commit 6ef019b

Please sign in to comment.