mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +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:
parent
73dfa6da08
commit
1c2132ddd9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue