From: Bob Halley Date: Wed, 28 Oct 2020 15:56:55 +0000 (-0700) Subject: another azure try. sigh! X-Git-Tag: v2.1.0rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=726b34133e2567c144d10f1aa9e6f73508cfd8bc;p=thirdparty%2Fdnspython.git another azure try. sigh! --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 575f7deb..c0c85aad 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,8 @@ jobs: # displayName: 'Install pip and wheel' - script: | - python -m pip install -e .[dnssec,idna,doh,trio,curio] + python -m pip install requests requests-toolbelt idna cryptography + python -m pip install trio sniffio curio displayName: 'Install python dependencies' - script: |