소스 검색

Install types packages manually.

Jelmer Vernooij 3 년 전
부모
커밋
3f83b64412
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .github/workflows/pythonpackage.yml

+ 1 - 2
.github/workflows/pythonpackage.yml

@@ -46,8 +46,7 @@ jobs:
       if: "matrix.os != 'windows-latest' && matrix.python-version != 'pypy3'"
     - name: Install mypy
       run: |
-        pip install -U mypy
-        python -m mypy --install-types --incremental
+        pip install -U mypy types-paramiko types-certifi
       if: "matrix.python-version != 'pypy3'"
     - name: Style checks
       run: |