Use newer pip to try fix wheel selection on 3.8 Windows

This commit is contained in:
Ines Montani 2019-11-15 01:50:55 +01:00
parent 98b9d387c9
commit 64f34d97b1
1 changed files with 1 additions and 3 deletions

View File

@ -81,10 +81,8 @@ jobs:
versionSpec: '$(python.version)'
architecture: 'x64'
# Downgrading pip is necessary to prevent a wheel version incompatiblity.
# Might be fixed in the future or some other way, so investigate again.
- script: |
python -m pip install -U pip==18.1 setuptools
python -m pip install -U pip setuptools
pip install -r requirements.txt
displayName: 'Install dependencies'