mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -465,8 +465,10 @@ jobs:
|
||||
|
||||
- name: Create and use Python venv
|
||||
run: |
|
||||
pwd
|
||||
echo "1) ${PYTHON}"
|
||||
"$PYTHON" -m venv venv
|
||||
ls -alRF venv
|
||||
if [[ "${RUNNER_OS}" == "Windows" ]]; then
|
||||
export PYTHON="${GITHUB_WORKSPACE}/venv/scripts/python3.exe"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user