We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getopt
1 parent bfce05c commit 7028365Copy full SHA for 7028365
ci/test/04_install.sh
@@ -78,7 +78,7 @@ if [ -n "$PIP_PACKAGES" ]; then
78
if [ "$CI_OS_NAME" == "macos" ]; then
79
sudo -H pip3 install --upgrade pip
80
# shellcheck disable=SC2086
81
- IN_GETOPT_BIN="/usr/local/opt/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
82
else
83
84
${CI_RETRY_EXE} CI_EXEC pip3 install --user $PIP_PACKAGES
0 commit comments