Skip to content

Commit 1c2132d

Browse files
committed
Revert "ci: Upgrading pip version in macos environment"
This reverts commit 057750c. It is not needed anymore in the GHA CI. This change will make the code much simpler in the following commit.
1 parent 73dfa6d commit 1c2132d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/test/01_base_install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ fi
3232

3333
if [ -n "$PIP_PACKAGES" ]; then
3434
if [ "$CI_OS_NAME" == "macos" ]; then
35-
sudo -H pip3 install --upgrade pip
3635
# shellcheck disable=SC2086
3736
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
3837
else

0 commit comments

Comments
 (0)