mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
disable mypy run for Python 3.10 (#11508)
This commit is contained in:
parent
7c98245c0c
commit
ca1ad67458
1
.github/azure-steps.yml
vendored
1
.github/azure-steps.yml
vendored
|
@ -27,6 +27,7 @@ steps:
|
||||||
|
|
||||||
- script: python -m mypy spacy
|
- script: python -m mypy spacy
|
||||||
displayName: 'Run mypy'
|
displayName: 'Run mypy'
|
||||||
|
condition: ne(variables['python_version'], '3.10')
|
||||||
|
|
||||||
- task: DeleteFiles@1
|
- task: DeleteFiles@1
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user