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:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -156,7 +156,7 @@ jobs:
|
|||||||
echo "PYTHON=${PYTHON_INSTALL_PATH}/bin/python3" >> $GITHUB_ENV
|
echo "PYTHON=${PYTHON_INSTALL_PATH}/bin/python3" >> $GITHUB_ENV
|
||||||
export date=gdate
|
export date=gdate
|
||||||
export realpath=grealpath
|
export realpath=grealpath
|
||||||
echo 'PIP_ARGS=( "--no-binary" ":all:" )' >> $GITHUB_ENV
|
echo 'PIP_ARGS="--no-binary :all:"' >> $GITHUB_ENV
|
||||||
elif [[ "${RUNNER_OS}" == "Linux" ]]; then
|
elif [[ "${RUNNER_OS}" == "Linux" ]]; then
|
||||||
MAKE=make
|
MAKE=make
|
||||||
MAKEOPT="-j$(nproc)"
|
MAKEOPT="-j$(nproc)"
|
||||||
@@ -406,7 +406,7 @@ jobs:
|
|||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
"${PYTHON}" -m pip install --upgrade -r requirements.txt "${PIP_ARGS[@]}"
|
"${PYTHON}" -m pip install --upgrade -r requirements.txt ${PIP_ARGS}
|
||||||
"${PYTHON}" -m pip list
|
"${PYTHON}" -m pip list
|
||||||
|
|
||||||
- name: Build GAM with PyInstaller
|
- name: Build GAM with PyInstaller
|
||||||
|
|||||||
Reference in New Issue
Block a user