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