Skip to content

Commit

Permalink
ci(pipeline): add spacy model download to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Mar 19, 2020
1 parent 3f81662 commit 6ab9535
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ steps:
displayName: 'Install pipenv'
- script: python -m pipenv install --dev
displayName: 'Install dependencies'
- script: pipenv run spacy download en_core_web_sm
displayName: 'Install spaCY en_core_web_sm'
- script: pipenv run pre-commit run --all-files
displayName: 'Format checker'
- script: pipenv run pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=app --cov-report=xml --cov-report=html
Expand Down

0 comments on commit 6ab9535

Please sign in to comment.