Skip to content

Commit 057750c

Browse files
ci: Upgrading pip version in macos environment
During each CI run, for macos native environment, python packages lief and zmq are rebuilt everytime which wastes a lot of resources and time. The latest version of pip directly fetches pre-built binaries. Through this commit pip version is upgraded in macos environment before installation of these packages.
1 parent 9c3751a commit 057750c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test/04_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
1111
fi
1212

1313
if [ "$CI_OS_NAME" == "macos" ]; then
14+
sudo -H pip3 install --upgrade pip
1415
IN_GETOPT_BIN="/usr/local/opt/gnu-getopt/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
1516
fi
1617

0 commit comments

Comments
 (0)