Quellcode durchsuchen

Install types packages manually.

Jelmer Vernooij vor 3 Jahren
Ursprung
Commit
3f83b64412
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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: |