mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 17:41:59 +03:00
Revert "Temporarily test most recent numpy prerelease in CI"
This reverts commit d75a66e55e
.
This commit is contained in:
parent
d75a66e55e
commit
04246c4ef2
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -102,7 +102,6 @@ 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
|
||||
|
@ -162,7 +161,6 @@ 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