Explorar o código

Install types packages.

Jelmer Vernooij %!s(int64=4) %!d(string=hai) anos
pai
achega
c3e3b8b07b
Modificáronse 1 ficheiros con 1 adicións e 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: |