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

index 8a603f0c5f8ceb0f87b4796e5fbfe9e804bef427..8a8c2e5bde28d14863adcad83981a53bea21665d 100644 (file)
@@ -44,8 +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
+        poetry run python -m mypy --install-types --non-interactive --disallow-incomplete-defs dns
     - name: Test with pytest
       run: |
         poetry run pytest --cov=dns --cov-branch --cov-report=xml:coverage.xml