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 73dfa6d commit 1c2132dCopy full SHA for 1c2132d
ci/test/01_base_install.sh
@@ -32,7 +32,6 @@ fi
32
33
if [ -n "$PIP_PACKAGES" ]; then
34
if [ "$CI_OS_NAME" == "macos" ]; then
35
- sudo -H pip3 install --upgrade pip
36
# shellcheck disable=SC2086
37
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
38
else
0 commit comments