mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Unhack blis install
This commit is contained in:
parent
f319a2ab84
commit
4b0c845401
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -164,10 +164,6 @@ jobs:
|
||||||
|
|
||||||
- name: "Run CPU tests"
|
- name: "Run CPU tests"
|
||||||
run: |
|
run: |
|
||||||
# Hack this in to test whether blis matters for this windows bug
|
|
||||||
pip uninstall blis -y
|
|
||||||
pip install blis==1.1.0a0 --no-deps --ignore-installed
|
|
||||||
set 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')"
|
||||||
- name: "Run CPU tests with thinc-apple-ops"
|
- name: "Run CPU tests with thinc-apple-ops"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user