From 67e87f90488b72e110a7d9ff0db1cfcdfca3cb2b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 8 Jun 2019 11:43:33 +0200 Subject: [PATCH] Update azure-pipelines-ci.yml for Azure Pipelines --- azure-pipelines-ci.yml | 4 ---- 1 file changed, 4 deletions(-) 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 \