Skip to content

Commit

Permalink
Fix type checking on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 18, 2024
1 parent 68ddfd9 commit bb26529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- run: pip install -r requirements.txt

- run: mypy --install-types

- name: Build Core
run: hatch build
working-directory: ./core
Expand Down

0 comments on commit bb26529

Please sign in to comment.