mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-20 14:11:37 +00:00
Update build.yml
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -468,13 +468,11 @@ jobs:
|
||||
echo "1) ${PYTHON}"
|
||||
"$PYTHON" -m venv venv
|
||||
if [[ "${RUNNER_OS}" == "Windows" ]]; then
|
||||
export PYTHON=venv/scripts/python.exe
|
||||
export PYTHON="${GITHUB_WORKSPACE}/venv/scripts/python.exe"
|
||||
else
|
||||
export PYTHON=venv/bin/python
|
||||
export PYTHON="${GITHUB_WORKSPACE}/venv/bin/python"
|
||||
fi
|
||||
echo "2) ${PYTHON}"
|
||||
export PYTHON=$(realpath --no-symlinks "$PYTHON")
|
||||
echo "3) ${PYTHON}"
|
||||
echo "PYTHON=${PYTHON}" >> $GITHUB_ENV
|
||||
|
||||
- name: Install pip requirements
|
||||
|
||||
Reference in New Issue
Block a user