Skip to content

Commit 5157e4e

Browse files
authored
disable mypy run for Python 3.10 (#11508) (#11512)
1 parent efdbb72 commit 5157e4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/azure-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ steps:
2727
2828
- script: python -m mypy spacy
2929
displayName: 'Run mypy'
30+
condition: ne(variables['python_version'], '3.10')
3031

3132
- task: DeleteFiles@1
3233
inputs:

0 commit comments

Comments
 (0)