From 49b9979047ce271d742637ec6905fd55e3cef0bf Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 13 Dec 2024 00:58:28 +0100 Subject: [PATCH] Upd tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e8c2f722..d00f41839 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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"