From: Bob Halley Date: Wed, 21 Oct 2020 21:20:07 +0000 (-0700) Subject: try to fix azure X-Git-Tag: v2.1.0rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aafaa43939b9bc9321538b37b84e0d6fc557c47d;p=thirdparty%2Fdnspython.git try to fix azure --- 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'