diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 731989b40..7e3f94df6 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -100,7 +100,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'))