mirror of https://github.com/explosion/spaCy.git
Try to set omp num threads to 1
This commit is contained in:
parent
054dc113b2
commit
c999a44085
|
@ -166,6 +166,7 @@ jobs:
|
|||
run: |
|
||||
# Hack this in to test whether blis matters for this windows bug
|
||||
pip install blis==1.1.0a0
|
||||
export OPENBLAS_NUM_THREADS=1
|
||||
python -m pytest --pyargs spacy -W error
|
||||
if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')"
|
||||
- name: "Run CPU tests with thinc-apple-ops"
|
||||
|
|
Loading…
Reference in New Issue