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 f7a0ed9 commit ce19621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ runs:
run([sys.executable, "-m", "pip", "--python", context.env_exe, "install", r"${{ github.action_path }}"], check=True)
print("::group::Install cibuildwheel")
builder = EnvBuilder()
builder.create(Path(r"${{ runner.temp }}") / "cibw")
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 }} {0}

# Redirecting stderr to stdout to fix interleaving issue in Actions.
Expand Down

0 comments on commit ce19621

Please sign in to comment.