From c37543bcb76cfb9839068b653d67dbb204539ec3 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 27 May 2019 15:38:30 -0400 Subject: [PATCH] Don't build new environments for package and vendoring' Signed-off-by: Dan Ryan --- .azure-pipelines/steps/build-package.yml | 17 ----------------- .azure-pipelines/steps/run-vendor-scripts.yml | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/.azure-pipelines/steps/build-package.yml b/.azure-pipelines/steps/build-package.yml index 6088f28b..15ddee56 100644 --- a/.azure-pipelines/steps/build-package.yml +++ b/.azure-pipelines/steps/build-package.yml @@ -1,20 +1,3 @@ -steps: -- task: UsePythonVersion@0 - inputs: - versionSpec: $(python.version) - architecture: '$(python.architecture)' - addToPath: true - displayName: Use Python $(python.version) - -- template: install-dependencies.yml - -- script: | - echo '##vso[task.setvariable variable=PIPENV_DEFAULT_PYTHON_VERSION]$(PYTHON_VERSION)' - env: - PYTHON_VERSION: $(python.version) - -- template: create-virtualenv.yml - - script: | python -m pip install --upgrade wheel pip setuptools twine readme_renderer[md] python setup.py sdist bdist_wheel diff --git a/.azure-pipelines/steps/run-vendor-scripts.yml b/.azure-pipelines/steps/run-vendor-scripts.yml index b776690f..f7a293a9 100644 --- a/.azure-pipelines/steps/run-vendor-scripts.yml +++ b/.azure-pipelines/steps/run-vendor-scripts.yml @@ -1,20 +1,3 @@ -steps: -- task: UsePythonVersion@0 - inputs: - versionSpec: $(python.version) - architecture: '$(python.architecture)' - addToPath: true - displayName: Use Python $(python.version) - -- template: install-dependencies.yml - -- script: | - echo '##vso[task.setvariable variable=PIPENV_DEFAULT_PYTHON_VERSION]$(PYTHON_VERSION)' - env: - PYTHON_VERSION: $(python.version) - -- template: create-virtualenv.yml - - script: | python -m pip install --upgrade invoke requests parver bs4 vistir towncrier pip setuptools wheel --upgrade-strategy=eager python -m invoke vendoring.update