Skip to content

Commit 6ab9535

Browse files
committed
ci(pipeline): add spacy model download to the pipeline
1 parent 3f81662 commit 6ab9535

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ steps:
2828
displayName: 'Install pipenv'
2929
- script: python -m pipenv install --dev
3030
displayName: 'Install dependencies'
31+
- script: pipenv run spacy download en_core_web_sm
32+
displayName: 'Install spaCY en_core_web_sm'
3133
- script: pipenv run pre-commit run --all-files
3234
displayName: 'Format checker'
3335
- script: pipenv run pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=app --cov-report=xml --cov-report=html

0 commit comments

Comments
 (0)