mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@@ -417,13 +417,16 @@ jobs:
|
|||||||
"${PYTHON}" -m pip install --upgrade -r requirements.txt
|
"${PYTHON}" -m pip install --upgrade -r requirements.txt
|
||||||
"${PYTHON}" -m pip list
|
"${PYTHON}" -m pip list
|
||||||
if [[ "${RUNNER_OS}" == "macOS" ]]; then
|
if [[ "${RUNNER_OS}" == "macOS" ]]; then
|
||||||
"${PYTHON}" -m pip download --only-binary :all: \
|
for package in cffi cryptography pyscard; do
|
||||||
--dest . \
|
"${PYTHON}" -m pip download --only-binary :all: \
|
||||||
--no-cache \
|
--dest . \
|
||||||
--no-deps \
|
--no-cache \
|
||||||
--platform macosx_10_15_universal2 \
|
--no-deps \
|
||||||
cryptography
|
--platform macosx_10_15_universal2 \
|
||||||
"${PYTHON}" -m pip install --force cryptography*.whl
|
$package
|
||||||
|
ls -l *.whl
|
||||||
|
"${PYTHON}" -m pip install --force $package*.whl
|
||||||
|
done
|
||||||
find $PYTHON_INSTALL_PATH/lib/python3.10/site-packages -type f -name "*.so" -exec du -sh "{}" \;
|
find $PYTHON_INSTALL_PATH/lib/python3.10/site-packages -type f -name "*.so" -exec du -sh "{}" \;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user