Temporarily test with prerelease numpy

This commit is contained in:
Adriane Boyd 2022-12-06 18:05:06 +01:00
parent 8198264e58
commit 02f2cc7e29

View File

@ -105,6 +105,8 @@ jobs:
- script: | - script: |
pip install -r requirements.txt pip install -r requirements.txt
# TEMP: test with prerelease numpy 1.24 (if available)
pip install -U --pre numpy
python -m pytest --pyargs spacy python -m pytest --pyargs spacy
displayName: 'Run tests' displayName: 'Run tests'