Skip to content

Commit

Permalink
Fix ordering in azure
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 22, 2024
1 parent dc1d5cd commit 7787169
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 @@ -253,6 +253,7 @@ stages:
pathToPublish: '$(Build.SourcesDirectory)/wheelhouse'
condition: succeeded()
displayName: 'Publish wheel as build artifact'
- template: ci/upload-wheels.yml
- job: 'test Linux wheels'
strategy:
matrix:
Expand Down Expand Up @@ -283,4 +284,3 @@ stages:
cd -
condition: succeeded()
displayName: 'Test Linux Wheel with Python $(python.version)'
- template: ci/upload-wheels.yml

0 comments on commit 7787169

Please sign in to comment.