remove all workaround steps

This commit is contained in:
frostming
2019-08-05 19:23:53 +08:00
parent ae512d811e
commit 2f94e4b760
-3
View File
@@ -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'