Use setup.py to install PyInstaller on macOS

Fixes issues with pip not being able to find the package to install
This commit is contained in:
Philipp Wolfer
2022-07-22 10:01:48 +02:00
parent 0e766f55b7
commit 35bdb23cae

View File

@@ -66,7 +66,8 @@ jobs:
cd pyinstaller/bootloader
python3 ./waf --verbose all
cd ..
pip3 install .
pip3 install -r requirements.txt
python3 setup.py install
env:
PYINSTALLER_VERSION: v5.2
CFLAGS: -mmacosx-version-min=${{ matrix.macos-deployment-version }}