From 57af7c9d7f16cf4924d9a4d9acdb31ed9f1db8b0 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Fri, 15 Nov 2019 01:51:56 +0100 Subject: [PATCH] Don't upgrade pip --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 699384bd8..bc4db9d22 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,7 +91,7 @@ jobs: architecture: 'x64' - script: | - python -m pip install -U pip setuptools + python -m pip install -U setuptools pip install -r requirements.txt displayName: 'Install dependencies'