]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix workflow
authorBob Halley <halley@dnspython.org>
Fri, 11 Mar 2022 14:59:47 +0000 (06:59 -0800)
committerBob Halley <halley@dnspython.org>
Fri, 11 Mar 2022 14:59:47 +0000 (06:59 -0800)
.github/workflows/python-package.yml

index 6a6ad37cb3b822f3f7a7b0f24cdb54e0826d7f98..8a603f0c5f8ceb0f87b4796e5fbfe9e804bef427 100644 (file)
@@ -44,6 +44,7 @@ jobs:
         poetry install -E dnssec -E doh -E idna -E trio -E curio
     - name: Typecheck
       run: |
+        poetry run python -m mypy --install-types
         poetry run python -m mypy --disallow-incomplete-defs dns
     - name: Test with pytest
       run: |