add tests to mypy

This commit is contained in:
George Hotz
2023-02-22 07:07:38 -08:00
parent 104c3c5e73
commit 628ce067a1
6 changed files with 11 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- name: Lint tinygrad with pylint
run: pylint tinygrad/
- name: Run mypy
run: mypy tinygrad/
run: mypy tinygrad/ test/ --ignore-missing-imports
testcpu:
name: CPU Tests