File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
export LC_ALL=C.UTF-8
8
8
9
+ set -x
10
+
9
11
if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
10
12
export LC_ALL=C
11
13
fi
12
14
13
15
if [ " $CI_OS_NAME " == " macos" ]; then
14
- sudo -H pip3 install --upgrade pip
16
+ sudo -H pip3 install --upgrade pip || true
15
17
# shellcheck disable=SC2086
16
- IN_GETOPT_BIN=" $( brew --prefix gnu-getopt) /bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
18
+ IN_GETOPT_BIN=" $( brew --prefix gnu-getopt) /bin/getopt" ${CI_RETRY_EXE} pip3 install --break-system-packages -- user $PIP_PACKAGES
17
19
fi
18
20
19
21
# Create folders that are mounted into the docker
Original file line number Diff line number Diff line change 6
6
7
7
export LC_ALL=C.UTF-8
8
8
9
+ set -x
9
10
set -o errexit; source ./ci/test/00_setup_env.sh
10
11
set -o errexit; source ./ci/test/04_install.sh
11
12
set -o errexit; source ./ci/test/05_before_script.sh
You can’t perform that action at this time.
0 commit comments