diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a70d8849c..c23995de6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -98,5 +98,5 @@ jobs: pip install dist/$SDIST displayName: 'Install from sdist' - - script: python -m pytest spacy + - script: python -m pytest --pyargs spacy displayName: 'Run tests'