From 63e359aae5a14358179315e5284e08758b66f426 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 17 Mar 2023 11:09:04 +0100 Subject: [PATCH] Try alternate syntax --- .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 efe3c76e4..3b48a5856 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -164,7 +164,7 @@ jobs: - name: "Run CPU tests" run: | python -m pytest --pyargs spacy -W error - if: !startsWith(matrix.os, 'macos') && matrix.python_version != '3.11' + if: "!(startsWith(matrix.os, 'macos') && matrix.python_version == '3.11')" - name: "Run CPU tests with thinc-apple-ops" run: |