mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge pull request #1482 from tomt1664/fix/macos_ci_pip_install
Fix macos CI pip install
This commit is contained in:
commit
b1749fb5ff
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$CI_OS_NAME" == "macos" ]; then
|
if [ "$CI_OS_NAME" == "macos" ]; then
|
||||||
sudo -H pip3 install --upgrade --break-system-packages pip
|
sudo -H pip3 install --upgrade --break-system-packages --ignore-installed pip
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
|
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue