mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove all workaround steps
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user