Skip to content

Commit

Permalink
Merge branch 'hy/type_hints_all' of https://github.com/yihong0618/dify
Browse files Browse the repository at this point in the history
…into hy/type_hints_all
  • Loading branch information
yihong0618 committed Dec 23, 2024
2 parents 93cc22d + b08694d commit 36a6d12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Install dependencies
run: poetry install -C api --with dev

- name: Run mypy
run: poetry run -C api mypy ./api --config-file=./api/mypy.ini

- name: Check dependencies in pyproject.toml
run: poetry run -C api bash dev/pytest/pytest_artifacts.sh
Expand Down

0 comments on commit 36a6d12

Please sign in to comment.