summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-10-28 08:36:26 -0700
committerBob Halley <halley@dnspython.org>2020-10-28 08:36:26 -0700
commit0ecadc0b5b03db6874f217224eb3840772c7045e (patch)
tree87f4d23c961316c9457fc0dbcbdd0b36e5239073
parent7a4a480be6a16566c7ae8f4faaa1b76e5bd402b2 (diff)
downloaddnspython-0ecadc0b5b03db6874f217224eb3840772c7045e.tar.gz
yet another azure fix attempt
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c549bf1..c365344 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -21,7 +21,7 @@ jobs:
displayName: 'Use Python $(python.version)'
- script: |
- pip install --upgrade pip wheel
+ pip install --upgrade pip wheel setuptools
displayName: 'Install pip and wheel'
- script: |