From cc409b991427130845a28fdf4339571fa3b42210 Mon Sep 17 00:00:00 2001 From: budtmo Date: Mon, 21 Jun 2021 10:18:02 +0200 Subject: [PATCH] Formatted --- pipelines/test-pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pipelines/test-pipeline.yml b/pipelines/test-pipeline.yml index 09479c1..ce3bf34 100644 --- a/pipelines/test-pipeline.yml +++ b/pipelines/test-pipeline.yml @@ -18,8 +18,9 @@ jobs: vmImage: ubuntu-20.04 steps: - task: UsePythonVersion@0 - inputs: - versionSpec: '3.5' + inputs: + versionSpec: '$(pythonVersion)' + displayName: 'Use Python $(pythonVersion)' - script: pip install -r requirements.txt displayName: 'Install pip packages' - script: ./release.sh test 7.1.1 $(app_version)