Skip to content

Commit

Permalink
brew CI: pip install with --break-system-packages (#1119)
Browse files Browse the repository at this point in the history
Try this until we switch to a venv.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Feb 23, 2024
1 parent 2456c46 commit 89422f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ if [[ -n "${PIP_PACKAGES_NEEDED}" ]]; then
if ! which ${PIP}; then
PIP=/usr/local/opt/python/bin/pip3
fi
echo Skipping ${PIP} install ${PIP_PACKAGES_NEEDED}
echo since it is currently broken
# ${PIP} install ${PIP_PACKAGES_NEEDED}
# TODO use a python3 venv instead.
${PIP} install --break-system-packages ${PIP_PACKAGES_NEEDED}
fi

if [[ -z "${DISABLE_CCACHE}" ]]; then
Expand Down

0 comments on commit 89422f5

Please sign in to comment.