mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 09:42:26 +03:00
CI: Only run test suite once with thinc-apple-ops for macos python 3.11
This commit is contained in:
parent
96b61d0671
commit
2d7e0915f4
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -186,6 +186,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: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user