Skip to content

Commit

Permalink
Revert "ci: Upgrading pip version in macos environment"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hebasto committed Oct 13, 2023
1 parent 73dfa6d commit 1c2132d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/test/01_base_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ fi

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

0 comments on commit 1c2132d

Please sign in to comment.