From 2f94e4b760d493301ac8eddaf01eafd719d24174 Mon Sep 17 00:00:00 2001 From: frostming Date: Mon, 5 Aug 2019 19:23:53 +0800 Subject: [PATCH] remove all workaround steps --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 919fbd9b..636ea713 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,6 @@ jobs: python.architecture: x64 maxParallel: 4 steps: -# - template: .azure-pipelines/steps/reinstall-pythons.yml - template: .azure-pipelines/steps/run-tests.yml parameters: vmImage: 'Ubuntu-16.04' @@ -52,7 +51,6 @@ jobs: python.version: '3.7' python.architecture: x64 steps: - - template: .azure-pipelines/steps/reinstall-pythons.yml - template: .azure-pipelines/steps/run-vendor-scripts.yml parameters: vmImage: 'Ubuntu-16.04' @@ -64,7 +62,6 @@ jobs: python.version: '3.7' python.architecture: x64 steps: - - template: .azure-pipelines/steps/reinstall-pythons.yml - template: .azure-pipelines/steps/build-package.yml parameters: vmImage: 'Ubuntu-16.04'