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 45bbcd1 commit 054dc11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,10 @@ jobs:
- name: "Run CPU tests"
run: |
# Hack this in to test whether blis matters for this windows bug
pip install blis==1.1.0a0
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"
run: |
python -m pip install 'spacy[apple]'
Expand Down

0 comments on commit 054dc11

Please sign in to comment.