Skip to content

Commit

Permalink
Test for new blis
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 13, 2024
1 parent 49b9979 commit 54d3a0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54d3a0e

Please sign in to comment.