Fix thinc-apple-ops test to run for python 3.11

This commit is contained in:
Adriane Boyd 2023-03-13 14:02:24 +01:00
parent 3c999f052e
commit 75d7d2dc27

View File

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