We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f81662 commit 6ab9535Copy full SHA for 6ab9535
azure-pipelines.yml
@@ -28,6 +28,8 @@ steps:
28
displayName: 'Install pipenv'
29
- script: python -m pipenv install --dev
30
displayName: 'Install dependencies'
31
+- script: pipenv run spacy download en_core_web_sm
32
+ displayName: 'Install spaCY en_core_web_sm'
33
- script: pipenv run pre-commit run --all-files
34
displayName: 'Format checker'
35
- script: pipenv run pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=app --cov-report=xml --cov-report=html
0 commit comments