mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -471,7 +471,7 @@ jobs:
|
|||||||
"$PYTHON" -m venv venv
|
"$PYTHON" -m venv venv
|
||||||
ls -alRF venv
|
ls -alRF venv
|
||||||
if [[ "${RUNNER_OS}" == "Windows" ]]; then
|
if [[ "${RUNNER_OS}" == "Windows" ]]; then
|
||||||
export PYTHON="${GITHUB_WORKSPACE}/venv/scripts/python3.exe"
|
export PYTHON="${GITHUB_WORKSPACE}/venv/scripts/python.exe"
|
||||||
else
|
else
|
||||||
export PYTHON="${GITHUB_WORKSPACE}/venv/bin/python3"
|
export PYTHON="${GITHUB_WORKSPACE}/venv/bin/python3"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user