From: Bob Halley Date: Sun, 12 Mar 2023 19:14:19 +0000 (-0700) Subject: remove a curio reference that missed the first pass X-Git-Tag: v2.4.0rc1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5987af643f9bc6e5c9b43fc4c3013e6e41c50653;p=thirdparty%2Fdnspython.git remove a curio reference that missed the first pass --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3f887fea..84e4ecc4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,7 +60,7 @@ jobs: sudo apt install -y gnome-keyring python -m pip install --upgrade pip python -m pip install poetry - poetry install -E dnssec -E doh -E idna -E trio -E curio + poetry install -E dnssec -E doh -E idna -E trio - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2