Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Fix Mac build script using old pip
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Jun 10, 2024
1 parent 54603ee commit f063e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/mac/makedist_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f063e9e

Please sign in to comment.