mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +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}"
|
echo "1) ${PYTHON}"
|
||||||
"$PYTHON" -m venv venv
|
"$PYTHON" -m venv venv
|
||||||
if [[ "${RUNNER_OS}" == "Windows" ]]; then
|
if [[ "${RUNNER_OS}" == "Windows" ]]; then
|
||||||
export PYTHON=venv/scripts/python.exe
|
export PYTHON="${GITHUB_WORKSPACE}/venv/scripts/python.exe"
|
||||||
else
|
else
|
||||||
export PYTHON=venv/bin/python
|
export PYTHON="${GITHUB_WORKSPACE}/venv/bin/python"
|
||||||
fi
|
fi
|
||||||
echo "2) ${PYTHON}"
|
echo "2) ${PYTHON}"
|
||||||
export PYTHON=$(realpath --no-symlinks "$PYTHON")
|
|
||||||
echo "3) ${PYTHON}"
|
|
||||||
echo "PYTHON=${PYTHON}" >> $GITHUB_ENV
|
echo "PYTHON=${PYTHON}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
|
|||||||
Reference in New Issue
Block a user