From: Bob Halley Date: Wed, 21 Oct 2020 21:28:11 +0000 (-0700) Subject: azure fix take 2 X-Git-Tag: v2.1.0rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58611b797dc916b1c650e07e5fe9f17ac83e492d;p=thirdparty%2Fdnspython.git azure fix take 2 --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f67f3c12..3c805449 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,8 +21,6 @@ jobs: displayName: 'Use Python $(python.version)' - 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'