From 2d7e0915f4dd1f0ac1fa4f156e12ee1d8a725d49 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 17 Mar 2023 08:55:20 +0100 Subject: [PATCH] CI: Only run test suite once with thinc-apple-ops for macos python 3.11 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c18f9cd23..e50318bf4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -186,6 +186,7 @@ jobs: - name: "Run CPU tests" run: | 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: |