mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
disable mypy run for Python 3.10 (#11508)
This commit is contained in:
parent
7c98245c0c
commit
ca1ad67458
1
.github/azure-steps.yml
vendored
1
.github/azure-steps.yml
vendored
|
@ -27,6 +27,7 @@ steps:
|
|||
|
||||
- script: python -m mypy spacy
|
||||
displayName: 'Run mypy'
|
||||
condition: ne(variables['python_version'], '3.10')
|
||||
|
||||
- task: DeleteFiles@1
|
||||
inputs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user