Revert "Temporarily test with prerelease numpy"

This reverts commit 02f2cc7e29.
This commit is contained in:
Adriane Boyd 2022-12-08 16:27:32 +01:00
parent 2c2b1c8706
commit 32490d074b

View File

@ -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'