Try alternate syntax

This commit is contained in:
Adriane Boyd 2023-03-17 11:09:04 +01:00
parent 832b6a144a
commit 63e359aae5

View File

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