Selaa lähdekoodia

Install types packages manually.

Jelmer Vernooij 3 vuotta sitten
vanhempi
commit
3f83b64412
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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: |