Update build.yml

This commit is contained in:
Jay Lee
2022-03-01 20:02:45 -05:00
committed by GitHub
parent c505dd9c2b
commit 69f504d91c

View File

@@ -416,7 +416,9 @@ jobs:
set +e
"${PYTHON}" -m pip install --upgrade -r requirements.txt ${PIP_ARGS}
"${PYTHON}" -m pip list
find $PYTHON_INSTALL_PATH/lib/python3.10/site-packages -type f -name "*.so" -exec file "{}" \;
if [[ "${RUNNER_OS}" == "macOS" ]]; then
find $PYTHON_INSTALL_PATH/lib/python3.10/site-packages -type f -name "*.so" -exec file "{}" \;
fi
- name: Build GAM with PyInstaller
if: matrix.goal != 'test'