Skip to content

Commit

Permalink
I hate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 28, 2024
1 parent 9f4e0a2 commit c142b94
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${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 c142b94

Please sign in to comment.