Fix thinc-apple-ops test to run for python 3.11 (#12408)

This commit is contained in:
Adriane Boyd 2023-03-13 15:10:04 +01:00 committed by GitHub
parent 8ff9073161
commit 8f1280a514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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