Skip to content

Commit

Permalink
Merge branch 'main' into hy/type_hints_all
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 committed Dec 23, 2024
2 parents 95fb46c + 057d2d1 commit aa4a7a6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ 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 All @@ -59,6 +57,12 @@ jobs:
- name: Run Tool
run: poetry run -C api bash dev/pytest/pytest_tools.sh

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

- name: Set up dotenvs
run: |
cp docker/.env.example docker/.env
Expand Down

0 comments on commit aa4a7a6

Please sign in to comment.