Sfoglia il codice sorgente

Install types packages.

Jelmer Vernooij 3 anni fa
parent
commit
c3e3b8b07b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/pythonpackage.yml

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

@@ -47,6 +47,7 @@ jobs:
     - name: Install mypy
       run: |
         pip install -U mypy
+        python -m mypy --install-types
       if: "matrix.python-version != 'pypy3'"
     - name: Style checks
       run: |