]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove a curio reference that missed the first pass
authorBob Halley <halley@dnspython.org>
Sun, 12 Mar 2023 19:14:19 +0000 (12:14 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 12 Mar 2023 19:14:19 +0000 (12:14 -0700)
.github/workflows/codeql-analysis.yml

index 3f887fea1854214cf81c3cb719e967e2d9b0227c..84e4ecc461943a9e77d9f3a2c32d3fd023c3cace 100644 (file)
@@ -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