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: exclude:
- 'spacy.io' - 'spacy.io'
paths:
exclude:
- 'website/*'
- '*.md'
jobs: jobs:
@ -72,6 +76,7 @@ jobs:
# Downgrading pip is necessary to prevent a wheel version incompatiblity. # Downgrading pip is necessary to prevent a wheel version incompatiblity.
# Might be fixed in the future or some other way, so investigate again. # Might be fixed in the future or some other way, so investigate again.
- script: | - script: |
python -c "import sys; print('UNICODE:', sys.maxunicode)"
python -m pip install --upgrade pip==18.1 python -m pip install --upgrade pip==18.1
pip install -r requirements.txt pip install -r requirements.txt
displayName: 'Install dependencies' displayName: 'Install dependencies'