Skip to content

Commit

Permalink
Unhack blis install
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 16, 2024
1 parent f319a2a commit 4b0c845
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ 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
if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')"
- name: "Run CPU tests with thinc-apple-ops"
Expand Down

0 comments on commit 4b0c845

Please sign in to comment.