mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
mypy cache breaks if you sometimes check untyped defs, no checking tests for now
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -40,9 +40,7 @@ jobs:
|
||||
- name: Lint tinygrad with pylint
|
||||
run: pylint tinygrad/
|
||||
- name: Run mypy
|
||||
run: |
|
||||
mypy tinygrad/ --ignore-missing-imports --check-untyped-defs
|
||||
mypy test/ --ignore-missing-imports
|
||||
run: mypy tinygrad/ --ignore-missing-imports --check-untyped-defs
|
||||
|
||||
testcpu:
|
||||
name: CPU Tests
|
||||
|
||||
@@ -19,9 +19,3 @@ repos:
|
||||
language: system
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
- id: mypytest
|
||||
name: mypytest
|
||||
entry: mypy test/ --ignore-missing-imports
|
||||
language: system
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
|
||||
Reference in New Issue
Block a user