diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b0ae73031..f46f2d8c2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -105,8 +105,6 @@ jobs: - script: | pip install -r requirements.txt - # TEMP: test with prerelease numpy 1.24 (if available) - pip install -U --pre numpy python -m pytest --pyargs spacy displayName: 'Run tests'