From 5bb8f123cae0d47e4ffe9b156d23b32a04ce508b Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 9 Mar 2019 00:43:36 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4096a7bba..dd417febe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,7 @@ jobs: architecture: 'x64' - script: | - python -m pip install --upgrade pip + python -m pip install --upgrade pip wheel pip install -r requirements.txt displayName: 'Install dependencies'