diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index cd69fcc3a..0c622bebd 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -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'))