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
This commit is contained in:
Adriane Boyd 2023-04-28 14:29:51 +02:00 committed by GitHub
parent 34d1164b0e
commit 6817e3d372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ jobs:
- name: "Run CPU tests" - name: "Run CPU tests"
run: | run: |
python -m pytest --pyargs spacy -W error 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" - name: "Run CPU tests with thinc-apple-ops"
run: | run: |