Skip to content

Commit 17c823e

Browse files
authored
disable mypy run for Python 3.10 (#768) (#769)
* disable mypy run for Python 3.10 * dot
1 parent 43ef766 commit 17c823e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- script: |
6464
python -m mypy thinc
6565
displayName: 'Run mypy'
66+
condition: ne(variables['python.version'], '3.10')
6667
6768
- task: DeleteFiles@1
6869
inputs:

0 commit comments

Comments
 (0)