Skip to content

Commit

Permalink
Fix blis install
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 12, 2024
1 parent c999a44 commit e108935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: "Run CPU tests"
run: |
# Hack this in to test whether blis matters for this windows bug
pip install blis==1.1.0a0
pip install blis==1.1.0a0 --no-deps --ignore-installed
export OPENBLAS_NUM_THREADS=1
python -m pytest --pyargs spacy -W error
if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')"
Expand Down

0 comments on commit e108935

Please sign in to comment.