Add pip install for 'uv' in build.yml

Install the 'uv' package using pip in the build workflow.
This commit is contained in:
Jay Lee
2026-05-08 15:51:00 -04:00
committed by GitHub
parent a570e1f300
commit 023c81de93

View File

@@ -522,6 +522,7 @@ jobs:
else
export PYTHON="${GITHUB_WORKSPACE}/venv/bin/python3"
fi
"$PYTHON" -m pip install uv
echo "PYTHON=${PYTHON}" >> $GITHUB_ENV
if [[ "$ACTIONS_GOAL" == "test" ]]; then
export gam="${PYTHON} gam.py"