From: Bob Halley Date: Wed, 28 Oct 2020 15:36:26 +0000 (-0700) Subject: yet another azure fix attempt X-Git-Tag: v2.1.0rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ecadc0b5b03db6874f217224eb3840772c7045e;p=thirdparty%2Fdnspython.git yet another azure fix attempt --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c549bf14..c3653441 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: |