mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Temporarily test with latest numpy v1.24.0rc
This commit is contained in:
parent
a7215e345a
commit
eb0e3c5006
2
.github/azure-steps.yml
vendored
2
.github/azure-steps.yml
vendored
|
@ -100,6 +100,8 @@ steps:
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python -m pip install -U -r requirements.txt
|
python -m pip install -U -r requirements.txt
|
||||||
|
# TEMP: upgrade to latest prerelease numpy for testing
|
||||||
|
python -m pip install -U --pre numpy
|
||||||
displayName: "Install test requirements"
|
displayName: "Install test requirements"
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user