disable mypy run for Python 3.10 (#11508)

This commit is contained in:
Sofie Van Landeghem 2022-09-15 15:51:19 +02:00 committed by GitHub
parent 7c98245c0c
commit ca1ad67458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ steps:
- script: python -m mypy spacy
displayName: 'Run mypy'
condition: ne(variables['python_version'], '3.10')
- task: DeleteFiles@1
inputs: