mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-20 06:01:37 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -426,7 +426,7 @@ jobs:
|
||||
--platform macosx_10_15_universal2 \
|
||||
$package
|
||||
ls -l *.whl
|
||||
"${PYTHON}" -m pip install --force $package*.whl
|
||||
"${PYTHON}" -m pip install --force-reinstall --no-deps $package*.whl
|
||||
done
|
||||
find $PYTHON_INSTALL_PATH/lib/python3.10/site-packages -type f -name "*.so" -exec du -sh "{}" \;
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user