diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 6b44e98217f..7cafd14e80d 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -32,10 +32,6 @@ jobs: python.container: 'python:3.7' container: $[ variables['python.container'] ] steps: - - task: UsePythonVersion@0 - displayName: 'Use Python $(python.version)' - inputs: - versionSpec: '$(python.version)' - script: | sudo apt-get update sudo apt-get install -y --no-install-recommends \