From aafaa43939b9bc9321538b37b84e0d6fc557c47d Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 21 Oct 2020 14:20:07 -0700 Subject: [PATCH] try to fix azure --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3504cc14..f67f3c12 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,7 @@ jobs: - script: | python -m pip install --upgrade pip + python -m pip install setuptools wheel pip install -e .[dnssec,idna,doh,trio,curio] displayName: 'Install python dependencies' -- 2.47.3