From 58611b797dc916b1c650e07e5fe9f17ac83e492d Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 21 Oct 2020 14:28:11 -0700 Subject: [PATCH] azure fix take 2 --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f67f3c12..3c805449 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,8 +21,6 @@ jobs: displayName: 'Use Python $(python.version)' - 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' -- 2.47.3