diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d3a2a53b9..ecefbf81a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -107,5 +107,7 @@ jobs: pip install dist/$SDIST displayName: 'Install from sdist' - - script: python -m pytest --pyargs spacy + - script: | + pip install -r requirements.txt + python -m pytest --pyargs spacy displayName: 'Run tests'