mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Temporarily test most recent numpy prerelease in CI
This commit is contained in:
parent
583815377e
commit
d75a66e55e
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -102,6 +102,7 @@ jobs:
|
|||
run: |
|
||||
SDIST=$(python -c "import os;print(os.listdir('./dist')[-1])" 2>&1)
|
||||
SPACY_NUM_BUILD_JOBS=2 python -m pip install dist/$SDIST
|
||||
python -m pip install -U numpy --pre
|
||||
shell: bash
|
||||
|
||||
- name: Test import
|
||||
|
@ -161,6 +162,7 @@ jobs:
|
|||
- name: "Install test requirements"
|
||||
run: |
|
||||
python -m pip install -U -r requirements.txt
|
||||
python -m pip install -U numpy --pre
|
||||
|
||||
- name: "Run CPU tests"
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user