Update azure-pipelines.yml

Try to work around "conflict with the backend dependencies: wheel==0.33.1 is incompatible with wheel<0.33.0,>=0.32.0"
This commit is contained in:
Ines Montani 2019-03-09 00:48:08 +01:00
parent 5bb8f123ca
commit 3d08bf9514

View File

@ -55,7 +55,7 @@ jobs:
architecture: 'x64'
- script: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip==18.1
pip install -r requirements.txt
displayName: 'Install dependencies'