mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Revert "ci: Upgrading pip version in macos environment"
This reverts commit 057750c09d.
It is not needed anymore in the GHA CI.
This change will make the code much simpler in the following commit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user