From 6652157fb195bbd54c307d0899500f4ba6fae808 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Sun, 5 Apr 2020 00:43:42 -0400 Subject: [PATCH] Fix vendor test Signed-off-by: Dan Ryan --- .azure-pipelines/steps/run-vendor-scripts.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.azure-pipelines/steps/run-vendor-scripts.yml b/.azure-pipelines/steps/run-vendor-scripts.yml index 2aca1fe0..2923f266 100644 --- a/.azure-pipelines/steps/run-vendor-scripts.yml +++ b/.azure-pipelines/steps/run-vendor-scripts.yml @@ -9,16 +9,13 @@ steps: 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 - parameters: - python_version: $(python.version) +- template: install-dependencies.yml - script: | python -m pip install --upgrade invoke requests parver bs4 vistir towncrier pip setuptools wheel --upgrade-strategy=eager