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