Update azure-pipelines.yml

This commit is contained in:
Ines Montani 2019-03-09 00:43:36 +01:00
parent 70da2097b4
commit 5bb8f123ca

View File

@ -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'