From f33d71f0da509952cf05f1b66866454eacfaf8aa Mon Sep 17 00:00:00 2001 From: polochinoc Date: Tue, 9 Jan 2024 00:41:36 +0100 Subject: [PATCH] Install stubs in WF (fix #2) --- .github/workflows/mypy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 763cb20..2778132 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -18,7 +18,7 @@ jobs: run: pip install mypy - name: Install stubs - run: mypy --install-types . + run: mypy --install-types --non-interactive . - name: Run mypy uses: sasanquaneuf/mypy-github-action@releases/v1