Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Dec 13, 2024
1 parent ab15d9a commit fccbd0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ jobs:
uv_python_dir=$(uv python dir)
uv_cpython_name=$(/bin/ls -1 $(uv python dir))
PATH=$uv_python_dir/$uv_cpython_name/bin:$PATH
# Save updated path
echo "PATH=$PATH" >> $GITHUB_ENV
# Save updated path (note: don't use $GITHUB_ENV here)
echo "$PATH" >> $GITHUB_PATH
echo uv python is in $UV_PYTHON_BIN
echo Updated PATH to include that: $PATH
Expand Down

0 comments on commit fccbd0c

Please sign in to comment.