diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4078af36951..580d24ac94e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,10 +71,10 @@ jobs: vmImage: 'ubuntu-20.04' steps: - task: UsePythonVersion@0 - displayName: 'Use Python 3.6' + displayName: 'Use Python 3.10' inputs: - versionSpec: 3.6 - - bash: pip install wheel==0.30.0 pylint==1.9.5 flake8==3.5.0 requests + versionSpec: 3.10 + - bash: pip install wheel==0.30.0 pylint==2.9.0 flake8==3.5.0 requests displayName: 'Install wheel, pylint, flake8, requests' - bash: python scripts/ci/source_code_static_analysis.py displayName: "Static Analysis"