From: Bob Halley Date: Fri, 11 Mar 2022 15:06:05 +0000 (-0800) Subject: keep trying to fix workflow X-Git-Tag: v2.3.0rc1~99^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a756d8ee7d7b0a79dea03c449c1172a95c92ec3d;p=thirdparty%2Fdnspython.git keep trying to fix workflow --- diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 8a603f0c..8a8c2e5b 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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