summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-10-21 14:20:07 -0700
committerBob Halley <halley@dnspython.org>2020-10-21 14:20:07 -0700
commitaafaa43939b9bc9321538b37b84e0d6fc557c47d (patch)
tree3a6d4f3dd2941dbb6d131ab9936cfce1cee118ce
parentcdee8f79d7d19598ee80666854e6fc3ad4603a0e (diff)
downloaddnspython-aafaa43939b9bc9321538b37b84e0d6fc557c47d.tar.gz
try to fix azure
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3504cc1..f67f3c1 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'