Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweny committed Jul 11, 2024
1 parent c4f511f commit 5db29fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
- name: Install dependencies
run: |
pip install -e '.[full,test]' -f https://download.pytorch.org/whl/cpu
- name: Install mypy
run: pip install mypy
- name: Check type hints
run: mypy

0 comments on commit 5db29fc

Please sign in to comment.