Test for new blis

This commit is contained in:
Matthew Honnibal 2024-12-13 01:39:36 +01:00
parent 49b9979047
commit 54d3a0e225
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ jobs:
- name: "Run CPU tests"
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