mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-15 06:09:01 +03:00
Temporarily test with prerelease numpy
This commit is contained in:
parent
8198264e58
commit
02f2cc7e29
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user