From f063e9e1d9d35024539f212472094f938d6f0af2 Mon Sep 17 00:00:00 2001 From: qstokkink Date: Mon, 10 Jun 2024 09:25:28 +0200 Subject: [PATCH] Fix Mac build script using old pip --- build/mac/makedist_macos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/mac/makedist_macos.sh b/build/mac/makedist_macos.sh index d34d50977..85083fb10 100755 --- a/build/mac/makedist_macos.sh +++ b/build/mac/makedist_macos.sh @@ -22,6 +22,7 @@ export RESOURCES=build/mac/resources python3 -m venv "${BUILD_ENV}" . "${BUILD_ENV}"/bin/activate +python3 -m pip install --upgrade pip python3 -m pip install --upgrade -r requirements-build.txt # ----- Build