mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Fix thinc-apple-ops test to run for python 3.11 (#12408)
This commit is contained in:
parent
8ff9073161
commit
8f1280a514
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
Block a user