Skip to content

Commit

Permalink
ci: removed mypy check from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RonTamG committed Feb 6, 2024
1 parent b0d256d commit a5dbebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Check formatting
run: black --check .
- name: Type check
run: mypy --check .
run: mypy --exclude tests --check .
- name: Test
run: pytest
- name: Test git download and install
Expand Down

0 comments on commit a5dbebd

Please sign in to comment.