mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-07 09:04:29 +00:00
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:
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user