summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2023-03-12 12:14:19 -0700
committerBob Halley <halley@dnspython.org>2023-03-12 12:14:19 -0700
commit5987af643f9bc6e5c9b43fc4c3013e6e41c50653 (patch)
tree973df1264a94b454885c3ca8fdaf83652f37a1ae
parent504d810ca740310574217ed8f9296be24f00debf (diff)
downloaddnspython-5987af643f9bc6e5c9b43fc4c3013e6e41c50653.tar.gz
remove a curio reference that missed the first pass
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 3f887fe..84e4ecc 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