Skip to content

Commit 5c49e82

Browse files
committed
CI: Install thinc-apple-ops through extra (#11963)
1 parent 4e043b5 commit 5c49e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/azure-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ steps:
107107
displayName: "Run CPU tests"
108108
109109
- script: |
110-
python -m pip install --pre thinc-apple-ops
110+
python -m pip install 'spacy[apple]'
111111
python -m pytest --pyargs spacy
112112
displayName: "Run CPU tests with thinc-apple-ops"
113113
condition: and(startsWith(variables['imageName'], 'macos'), eq(variables['python.version'], '3.11'))

0 commit comments

Comments
 (0)