Skip to content

Commit

Permalink
Removed mypy matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhjdjong committed Mar 4, 2024
1 parent 4684565 commit 15151ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: hatch run style:check

- name: Check types
run: hatch run types.py{{ matrix.python-version }}:check
run: hatch run types:check

- name: Run static analysis
run: hatch fmt --check
Expand Down

0 comments on commit 15151ad

Please sign in to comment.