Skip to content

Commit

Permalink
ci: better mypy check
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 committed Dec 24, 2024
1 parent 4ca3b03 commit ba1619b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Run mypy
run: |
pushd api
poetry run -C api python -m mypy .
poetry run python -m mypy .
popd
- name: Set up dotenvs
Expand Down

0 comments on commit ba1619b

Please sign in to comment.