Skip to content

Commit

Permalink
Try to set omp num threads to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 12, 2024
1 parent 054dc11 commit c999a44
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 @@ -166,6 +166,7 @@ jobs:
run: |
# Hack this in to test whether blis matters for this windows bug
pip install blis==1.1.0a0
export 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 c999a44

Please sign in to comment.