From 54d3a0e225ba46e5a7704bc2d1055d59f143de55 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 13 Dec 2024 01:39:36 +0100 Subject: [PATCH] Test for new blis --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d00f41839..b8b56b5dc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -165,6 +165,7 @@ jobs: - name: "Run CPU tests" run: | # Hack this in to test whether blis matters for this windows bug + pip uninstall blis -y pip install blis==1.1.0a0 --no-deps --ignore-installed set OPENBLAS_NUM_THREADS=1 python -m pytest --pyargs spacy -W error