From 0ecadc0b5b03db6874f217224eb3840772c7045e Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 28 Oct 2020 08:36:26 -0700 Subject: yet another azure fix attempt --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: | -- cgit v1.2.1