Skip to content

Commit d4e4e3d

Browse files
committed
disable mypy run for Python 3.10 (explosion#768)
* disable mypy run for Python 3.10 * dot
1 parent 43ef766 commit d4e4e3d

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)