From 6817e3d372e26d4d2bca8e4f18a44944f29bf727 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 28 Apr 2023 14:29:51 +0200 Subject: [PATCH] CI: Only run test suite once with thinc-apple-ops for macos python 3.11 (#12436) * CI: Only run test suite once with thinc-apple-ops for macos python 3.11 * Adjust syntax * Try alternate syntax * Try alternate syntax * Try alternate syntax --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f226057c9..21b660989 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -165,6 +165,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: |