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 c422c07 commit cbcb7fdCopy full SHA for cbcb7fd
ci/test/04_install.sh
@@ -13,7 +13,7 @@ fi
13
if [ "$CI_OS_NAME" == "macos" ]; then
14
sudo -H pip3 install --upgrade --break-system-packages pip
15
# shellcheck disable=SC2086
16
- 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
17
fi
18
19
# Create folders that are mounted into the docker
0 commit comments