mirror of https://github.com/explosion/spaCy.git
Fix blis install
This commit is contained in:
parent
c999a44085
commit
e108935de8
|
@ -165,7 +165,7 @@ jobs:
|
||||||
- name: "Run CPU tests"
|
- name: "Run CPU tests"
|
||||||
run: |
|
run: |
|
||||||
# Hack this in to test whether blis matters for this windows bug
|
# Hack this in to test whether blis matters for this windows bug
|
||||||
pip install blis==1.1.0a0
|
pip install blis==1.1.0a0 --no-deps --ignore-installed
|
||||||
export OPENBLAS_NUM_THREADS=1
|
export OPENBLAS_NUM_THREADS=1
|
||||||
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')"
|
||||||
|
|
Loading…
Reference in New Issue