Explorar el Código

Install types packages.

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