mirror of https://github.com/explosion/spaCy.git
Update azure-pipelines.yml
This commit is contained in:
parent
7342348fc7
commit
70da2097b4
|
@ -62,7 +62,7 @@ jobs:
|
||||||
# - script: python -m flake8 . --count --exclude=spacy/compat.py,spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics
|
# - script: python -m flake8 . --count --exclude=spacy/compat.py,spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics
|
||||||
# displayName: 'flake8'
|
# displayName: 'flake8'
|
||||||
|
|
||||||
- script:
|
- script: |
|
||||||
python setup.py build_ext --inplace
|
python setup.py build_ext --inplace
|
||||||
pip install -e .
|
pip install -e .
|
||||||
displayName: 'Build and install'
|
displayName: 'Build and install'
|
||||||
|
|
Loading…
Reference in New Issue