From c999a440853674de3ae5900163b7c772fcbe578d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 13 Dec 2024 00:25:54 +0100 Subject: [PATCH] Try to set omp num threads to 1 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bfaaa2356..05b18d808 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -166,6 +166,7 @@ jobs: run: | # Hack this in to test whether blis matters for this windows bug pip install blis==1.1.0a0 + export 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"