Skip to content

Commit

Permalink
Pin pip version for the macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Apr 18, 2023
1 parent f43d795 commit 9c6a420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/mac/makedist_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 pip==23.0.1 # pin pip version to avoid "--no-use-pep517" issues with the latest version
python3 -m pip install PyInstaller==4.2 --no-use-pep517
python3 -m pip install --upgrade -r requirements-build.txt

Expand Down

0 comments on commit 9c6a420

Please sign in to comment.