CI: Install thinc-apple-ops through extra (#11963)

This commit is contained in:
Adriane Boyd 2022-12-12 10:13:10 +01:00
parent d59c0975bb
commit c5c6931e1e

View File

@ -100,7 +100,7 @@ steps:
displayName: "Run CPU tests" displayName: "Run CPU tests"
- script: | - script: |
python -m pip install --pre thinc-apple-ops python -m pip install 'spacy[apple]'
python -m pytest --pyargs spacy python -m pytest --pyargs spacy
displayName: "Run CPU tests with thinc-apple-ops" displayName: "Run CPU tests with thinc-apple-ops"
condition: and(startsWith(variables['imageName'], 'macos'), eq(variables['python.version'], '3.10')) condition: and(startsWith(variables['imageName'], 'macos'), eq(variables['python.version'], '3.10'))