Unhack blis install

This commit is contained in:
Matthew Honnibal 2024-12-16 13:39:07 +01:00
parent f319a2ab84
commit 4b0c845401

View File

@ -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"