From 97932c698cc6b398ca3960f4c354149b6105d9ff Mon Sep 17 00:00:00 2001 From: polochinoc Date: Tue, 9 Jan 2024 00:31:23 +0100 Subject: [PATCH] Install stubs in WF (fix) --- .github/workflows/mypy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 461fd56..763cb20 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -1,4 +1,4 @@ -name: MyPy +name: MyPyx on: push @@ -18,7 +18,7 @@ jobs: run: pip install mypy - name: Install stubs - run: mypy --install-types + run: mypy --install-types . - name: Run mypy uses: sasanquaneuf/mypy-github-action@releases/v1