Explorar el Código

Install types packages manually.

Jelmer Vernooij hace 3 años
padre
commit
3f83b64412
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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: |