mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-22 10:02:01 +03:00
CI: Install thinc-apple-ops through extra (#11963)
This commit is contained in:
parent
e73755e49f
commit
b449d355d5
2
.github/azure-steps.yml
vendored
2
.github/azure-steps.yml
vendored
|
@ -101,7 +101,7 @@ steps:
|
|||
displayName: "Run CPU tests"
|
||||
|
||||
- script: |
|
||||
python -m pip install --pre thinc-apple-ops
|
||||
python -m pip install 'spacy[apple]'
|
||||
python -m pytest --pyargs spacy
|
||||
displayName: "Run CPU tests with thinc-apple-ops"
|
||||
condition: and(startsWith(variables['imageName'], 'macos'), eq(variables['python.version'], '3.10'))
|
||||
|
|
Loading…
Reference in New Issue
Block a user