Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Nov 25, 2024
1 parent d5cf296 commit eb56bd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
run: poetry install --with dev

- name: Mypy Check
run: yes y | poetry run mypy excore/ --install-types
run: |
echo y | poetry run mypy --install-types
poetry run mypy excore

0 comments on commit eb56bd7

Please sign in to comment.