mirror of https://github.com/explosion/spaCy.git
Fix thinc-apple-ops test to run for python 3.11 (#12408)
This commit is contained in:
parent
8ff9073161
commit
8f1280a514
|
@ -190,4 +190,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install 'spacy[apple]'
|
python -m pip install 'spacy[apple]'
|
||||||
python -m pytest --pyargs spacy
|
python -m pytest --pyargs spacy
|
||||||
if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.8'
|
if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.11'
|
Loading…
Reference in New Issue