From 66d2478782b7924fdd79c413df5b3e3048452e4d Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 30 Sep 2019 22:17:00 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a09d64c..5cd11bf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,7 +42,9 @@ jobs: versionSpec: '$(python.version)' architecture: 'x64' - - script: pip install -r requirements.txt + - script: | + pip install -U setuptools wheel + pip install -r requirements.txt displayName: 'Install dependencies' - script: python setup.py sdist --formats=gztar