Browse Source

Install types packages.

Jelmer Vernooij 3 years ago
parent
commit
c3e3b8b07b
1 changed files with 1 additions and 0 deletions
  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: |