mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-03 22:06:37 +03:00
Upd tests
This commit is contained in:
parent
45bbcd18f2
commit
054dc113b2
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -164,9 +164,10 @@ jobs:
|
||||||
|
|
||||||
- name: "Run CPU tests"
|
- name: "Run CPU tests"
|
||||||
run: |
|
run: |
|
||||||
|
# Hack this in to test whether blis matters for this windows bug
|
||||||
|
pip install blis==1.1.0a0
|
||||||
python -m pytest --pyargs spacy -W error
|
python -m pytest --pyargs spacy -W error
|
||||||
if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')"
|
if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')"
|
||||||
|
|
||||||
- name: "Run CPU tests with thinc-apple-ops"
|
- name: "Run CPU tests with thinc-apple-ops"
|
||||||
run: |
|
run: |
|
||||||
python -m pip install 'spacy[apple]'
|
python -m pip install 'spacy[apple]'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user