mirror of https://github.com/explosion/spaCy.git
Use newer pip to try fix wheel selection on 3.8 Windows
This commit is contained in:
parent
98b9d387c9
commit
64f34d97b1
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue