mirror of https://github.com/explosion/spaCy.git
disable mypy run for Python 3.10 (#11508)
This commit is contained in:
parent
7c98245c0c
commit
ca1ad67458
|
@ -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