Browse Source

mypy install missing stubs

Daniel Busch 4 months ago
parent
commit
bdb9b5c306
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

@@ -20,7 +20,7 @@ jobs:
           venv-id: "docs"
           poetry-dependency-install-flags: "--all-extras --only 'main,dev'"
       - name: mypy
-        run: MYPYPATH=stubs poetry run mypy src
+        run: MYPYPATH=stubs poetry run mypy --install-types src
 
   docs:
     if: ${{ !github.event.pull_request.draft }}