diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index df3de637eb288..ef1ff0215dd21 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -38,4 +38,4 @@ jobs: - name: Type check PyTorch working-directory: src/pytorch_lightning - run: mypy --install-types --non-interactive --config-file ../../pyproject.toml + run: mypy . --install-types --non-interactive --config-file ../../pyproject.toml