re-enable TYPED=1 import test (#13858)

This commit is contained in:
chenyu
2025-12-28 11:49:06 -05:00
committed by GitHub
parent 2cfbabdc34
commit cba05acadf

View File

@@ -241,9 +241,8 @@ jobs:
run: |
python -m mypy --strict-equality --lineprecision-report .
cat lineprecision.txt
# broken because of UPatAny
#- name: Run TYPED=1
# run: TYPED=1 python -c "import tinygrad"
- name: Run TYPED=1
run: TYPED=1 python -c "import tinygrad"
unittest:
name: Unit Tests