Skip to content

Commit

Permalink
Upd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 12, 2024
1 parent e108935 commit 49b9979
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 @@ -166,7 +166,7 @@ jobs:
run: |
# Hack this in to test whether blis matters for this windows bug
pip install blis==1.1.0a0 --no-deps --ignore-installed
export OPENBLAS_NUM_THREADS=1
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 49b9979

Please sign in to comment.