Skip to content

Commit

Permalink
disable mypy run for Python 3.10 (#11508) (#11512)
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Sep 15, 2022
1 parent efdbb72 commit 5157e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/azure-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ steps:
- script: python -m mypy spacy
displayName: 'Run mypy'
condition: ne(variables['python_version'], '3.10')

- task: DeleteFiles@1
inputs:
Expand Down

0 comments on commit 5157e4e

Please sign in to comment.