Skip to content

Commit

Permalink
nightly: --break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 4, 2023
1 parent 08f935e commit 9a7ecfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-wheels-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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__)"

0 comments on commit 9a7ecfc

Please sign in to comment.