diff options
| author | Bob Halley <halley@dnspython.org> | 2022-10-09 18:03:05 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2022-10-09 18:03:05 -0700 |
| commit | 6752d4e296530527848421973b379c525202ef2a (patch) | |
| tree | 13221ec9df98640c04fc119611d084878e4974cd | |
| parent | 2fe1a285f883e4b47892e58d6e1affd5b5e95bac (diff) | |
| download | dnspython-6752d4e296530527848421973b379c525202ef2a.tar.gz | |
temporarily add aioquic
| -rw-r--r-- | .github/workflows/python-package.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e76f66f..9dbf6c5 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -42,6 +42,7 @@ jobs: python -m pip install --upgrade pip python -m pip install poetry poetry install -E dnssec -E doh -E idna -E trio -E curio + poetry add aioquic - name: Typecheck run: | poetry run python -m mypy --install-types --non-interactive --disallow-incomplete-defs dns |
