Skip to content

Commit

Permalink
fix: error out on install failure in "Apply build artifact to the loc…
Browse files Browse the repository at this point in the history
…al machine" step
  • Loading branch information
mayeut committed Apr 26, 2024
1 parent b643f0d commit b4dd4cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:

- name: Apply build artifact to the local machine
run: |
$PSNativeCommandUseErrorActionPreference = $true
if ('${{ matrix.platform }}' -eq 'win32') {
powershell ./setup.ps1
} else {
Expand Down

0 comments on commit b4dd4cd

Please sign in to comment.