소스 검색

mypy install missing stubs

Daniel Busch 5 달 전
부모
커밋
bdb9b5c306
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }}