We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeeed9c commit df4d00fCopy full SHA for df4d00f
ci/test/04_install.sh
@@ -6,12 +6,14 @@
6
7
export LC_ALL=C.UTF-8
8
9
+set -x
10
+
11
if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
12
export LC_ALL=C
13
fi
14
15
if [ "$CI_OS_NAME" == "macos" ]; then
- sudo -H pip3 install --upgrade pip
16
+ sudo -H pip3 install --upgrade pip || true
17
# shellcheck disable=SC2086
18
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
19
ci/test_run_all.sh
@@ -6,6 +6,7 @@
set -o errexit; source ./ci/test/00_setup_env.sh
set -o errexit; source ./ci/test/04_install.sh
set -o errexit; source ./ci/test/05_before_script.sh
0 commit comments