Skip to content

Commit 9483c0a

Browse files
Thomas TrevethanThomas Trevethan
Thomas Trevethan
authored and
Thomas Trevethan
committed
Revert "Apply acc06bc fix also to pip upgrade"
This reverts commit 49f151f.
1 parent c2694cf commit 9483c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
1111
fi
1212

1313
if [ "$CI_OS_NAME" == "macos" ]; then
14-
sudo -H pip3 install --upgrade --break-system-packages pip
14+
sudo -H pip3 install --upgrade pip
1515
# shellcheck disable=SC2086
1616
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
1717
fi

0 commit comments

Comments
 (0)