Update build.yml

This commit is contained in:
Jay Lee
2025-09-30 11:40:58 -04:00
committed by GitHub
parent fe7c46e04d
commit 4c320110b3

View File

@@ -471,7 +471,7 @@ jobs:
"$PYTHON" -m venv venv
ls -alRF venv
if [[ "${RUNNER_OS}" == "Windows" ]]; then
export PYTHON="${GITHUB_WORKSPACE}/venv/scripts/python3.exe"
export PYTHON="${GITHUB_WORKSPACE}/venv/scripts/python.exe"
else
export PYTHON="${GITHUB_WORKSPACE}/venv/bin/python3"
fi