From 054dc113b251849cf6f3aa1dd25784aa4e1b1f11 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 13 Dec 2024 00:04:23 +0100 Subject: [PATCH] Upd tests --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3da2b63d8..bfaaa2356 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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]'