Skip to content

Commit

Permalink
Use & to invoke a command with a string argument
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Jan 30, 2024
1 parent 3ecbce9 commit f0c408a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
if ($PSNativeCommandArgumentPassing) {
$PSNativeCommandArgumentPassing = 'Legacy'
};
${{ steps.python.outputs.python-path }} -m pipx run
& "${{ steps.python.outputs.python-path }}" -m pipx run
--spec "${{ github.action_path }}"
cibuildwheel
"${{ inputs.package-dir }}"
Expand Down

0 comments on commit f0c408a

Please sign in to comment.