mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -432,7 +432,7 @@ jobs:
|
||||
find $PYTHON_INSTALL_PATH/lib/python3.10/site-packages -type f -name "*.so" -exec du -sh "{}" \;
|
||||
# for some reason this package is giving trouble compiling on MacOS so install binary version
|
||||
# https://github.com/pypa/setuptools_scm/issues/713
|
||||
"${PYTHON}" -m pip install --upgrade setuptools_scm
|
||||
"${PYTHON}" -m pip install --upgrade python-dateutil
|
||||
"${PYTHON}" -m pip install --upgrade filelock
|
||||
fi
|
||||
"${PYTHON}" -m pip install --upgrade -r requirements.txt ${PIP_ARGS}
|
||||
|
||||
Reference in New Issue
Block a user