disable mypy run for Python 3.10 (#11508) (#11512)

This commit is contained in:
Sofie Van Landeghem 2022-09-15 17:06:58 +02:00 committed by GitHub
parent efdbb722c5
commit 5157e4e823
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: