Update azure-pipelines.yml

This commit is contained in:
Ines Montani 2019-03-09 12:56:39 +01:00
parent 610fb306bd
commit b11ca720f8

View File

@ -5,6 +5,10 @@ trigger:
- '*'
exclude:
- 'spacy.io'
paths:
exclude:
- 'website/*'
- '*.md'
jobs:
@ -72,6 +76,7 @@ jobs:
# 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 -c "import sys; print('UNICODE:', sys.maxunicode)"
python -m pip install --upgrade pip==18.1
pip install -r requirements.txt
displayName: 'Install dependencies'