From 726b34133e2567c144d10f1aa9e6f73508cfd8bc Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 28 Oct 2020 08:56:55 -0700 Subject: [PATCH] another azure try. sigh! --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: | -- 2.47.3