Skip to content

Commit

Permalink
check type
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed May 19, 2024
1 parent 22d8184 commit 47fb5ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: |
pip install ruff
ruff check .
- name: Mypy
run: |
pip install mypy
mypy --install-types --non-interactive .
- name: Install dependencies
run: |
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
Expand Down

0 comments on commit 47fb5ad

Please sign in to comment.