From 9a7ecfc7640d6deb72201358d90f77ed08743855 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Wed, 4 Oct 2023 21:12:12 +0200 Subject: [PATCH] nightly: --break-system-packages --- build-wheels-macos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-wheels-macos.sh b/build-wheels-macos.sh index 37f6dbd..f46d2bb 100755 --- a/build-wheels-macos.sh +++ b/build-wheels-macos.sh @@ -73,6 +73,6 @@ delocate-listdeps --all ${SCRIPTPATH}/wheelhouse/openturns-${VERSION}-${TAG}.whl # test cd /tmp -python${PYVER} -m pip install dill psutil -python${PYVER} -m pip install openturns --pre --no-index -f ${SCRIPTPATH}/wheelhouse -vvv +python${PYVER} -m pip install dill psutil --break-system-packages +python${PYVER} -m pip install openturns --pre --no-index -f ${SCRIPTPATH}/wheelhouse -vvv --break-system-packages python${PYVER} -c "import openturns as ot; print(ot.__version__)"