From fb6a24862045f941520c0556979c1d4576be129a Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 30 Jun 2020 12:04:34 +0200 Subject: [PATCH] Try another approach --- .azure-pipelines/templates/steps/tox-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index 2878ecbde..caf9194c0 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -22,7 +22,7 @@ steps: inputs: versionSpec: $(PYTHON_VERSION) addToPath: true - condition: not(variables['PYTHON_VERSION']) + condition: not(eq(variables['PYTHON_VERSION'], '')) - bash: | python tools/pip_install.py -I tox virtualenv displayName: Install runtime dependencies