Skip to content

Commit

Permalink
Yes fine it was an unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 28, 2024
1 parent 57b6001 commit 9f4e0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f4e0a2

Please sign in to comment.