Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 30, 2024
1 parent bd473d1 commit d1588d5
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 @@ -61,7 +61,7 @@ runs:
with open(os.environ["GITHUB_OUTPUT"], "at") as f:
f.write(f"python-path={builder.python_path}\n")
print("::endgroup::")
shell: "${{ steps.python.outputs.python-path }}" -u {0}
shell: ["${{ steps.python.outputs.python-path }}", "-u", "{0}"]

# Redirecting stderr to stdout to fix interleaving issue in Actions.
- run: >
Expand Down

0 comments on commit d1588d5

Please sign in to comment.