Skip to content

Commit

Permalink
Correct mypy call
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 30, 2023
1 parent e466a88 commit 90fabcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:

- name: Check type correctness
if: ${{ always() }}
run: python3 -m mypy --ignore-missing-imports therapy/
run: python3 -m mypy src/therapy/

0 comments on commit 90fabcb

Please sign in to comment.