mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Update azure-pipelines.yml
This commit is contained in:
parent
610fb306bd
commit
b11ca720f8
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user