Upd tests

This commit is contained in:
Matthew Honnibal 2024-12-13 00:58:28 +01:00
parent e108935de8
commit 49b9979047

View File

@ -166,7 +166,7 @@ jobs:
run: | run: |
# Hack this in to test whether blis matters for this windows bug # Hack this in to test whether blis matters for this windows bug
pip install blis==1.1.0a0 --no-deps --ignore-installed 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 python -m pytest --pyargs spacy -W error
if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')" if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')"
- name: "Run CPU tests with thinc-apple-ops" - name: "Run CPU tests with thinc-apple-ops"