diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a2a75361c17..c16eed89297 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -404,6 +404,9 @@ jobs: time python -mtools.codegen.gen -s aten/src/ATen -d build/aten/src/ATen time python -mtools.pyi.gen_pyi --native-functions-path aten/src/ATen/native/native_functions.yaml --deprecated-functions-path "tools/autograd/deprecated.yaml" - name: Run mypy + env: + MYPY_FORCE_COLOR: 1 + TERM: xterm-color run: | set -eux STATUS=