From 9f4e0a2b61e81aa46116377567d9773033023dd1 Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Wed, 28 Feb 2024 13:08:48 +0100 Subject: [PATCH] Yes fine it was an unbound variable --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e5048f4391..8eca9c8db3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -284,7 +284,7 @@ stages: - script: | set -eux dotless_version="$(echo "$(python.version)" | tr -d '.')" - find $(Pipeline.Workspace) -name "$cp${python_dotless_version}-manylinux*.whl" -exec bash packaging/test_wheel.bash python$(python.version) {} \; + find $(Pipeline.Workspace) -name "$cp${dotless_version}-manylinux*.whl" -exec bash packaging/test_wheel.bash python$(python.version) {} \; condition: succeeded() displayName: 'Test manylinux Wheel with Python $(python.version)' - template: ci/upload-wheels.yml