We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab15d9a commit fccbd0cCopy full SHA for fccbd0c
.github/workflows/build.yml
@@ -212,8 +212,8 @@ jobs:
212
uv_python_dir=$(uv python dir)
213
uv_cpython_name=$(/bin/ls -1 $(uv python dir))
214
PATH=$uv_python_dir/$uv_cpython_name/bin:$PATH
215
- # Save updated path
216
- echo "PATH=$PATH" >> $GITHUB_ENV
+ # Save updated path (note: don't use $GITHUB_ENV here)
+ echo "$PATH" >> $GITHUB_PATH
217
echo uv python is in $UV_PYTHON_BIN
218
echo Updated PATH to include that: $PATH
219
0 commit comments