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 515b26b + fd42e3a commit cb9f238
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
- name: Install dependencies
run: poetry install -C api --with dev



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

Expand All @@ -60,7 +59,7 @@ jobs:
- name: Run mypy
run: |
pushd api
poetry run -C api mypy .
poetry run -C api python -m mypy .
popd
- name: Set up dotenvs
Expand Down

0 comments on commit cb9f238

Please sign in to comment.