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: |