We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8592b99 commit 0d51ab8Copy full SHA for 0d51ab8
ci/test/04_install.sh
@@ -11,7 +11,7 @@ if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
11
fi
12
13
if [ "$CI_OS_NAME" == "macos" ]; then
14
- sudo -H pip3 install --upgrade pip
+ sudo -H pip3 install --upgrade --break-system-packages pip
15
# shellcheck disable=SC2086
16
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
17
0 commit comments