mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-28 02:04:07 +03:00
CI: Test thinc-apple-ops for python 3.10
This commit is contained in:
parent
4e050330a8
commit
9c794644ab
2
.github/azure-steps.yml
vendored
2
.github/azure-steps.yml
vendored
|
@ -103,7 +103,7 @@ steps:
|
|||
python -m pip install --pre thinc-apple-ops
|
||||
python -m pytest --pyargs spacy
|
||||
displayName: "Run CPU tests with thinc-apple-ops"
|
||||
condition: and(startsWith(variables['imageName'], 'macos'), eq(variables['python.version'], '3.11'))
|
||||
condition: and(startsWith(variables['imageName'], 'macos'), eq(variables['python.version'], '3.10'))
|
||||
|
||||
- script: |
|
||||
python .github/validate_universe_json.py website/meta/universe.json
|
||||
|
|
Loading…
Reference in New Issue
Block a user