mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
Fix thinc-apple-ops test to run for python 3.11
This commit is contained in:
parent
3c999f052e
commit
75d7d2dc27
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -187,7 +187,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install 'spacy[apple]'
|
||||
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'
|
||||
|
||||
- run: |
|
||||
python .github/validate_universe_json.py website/meta/universe.json
|
||||
|
|
Loading…
Reference in New Issue
Block a user