mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 08:34:01 +00:00
Use PyInstaller 3.5 for macOS builds
PyInstaller 3.6 is causing runtime errors on start.
This commit is contained in:
1
.github/workflows/package-macos.yml
vendored
1
.github/workflows/package-macos.yml
vendored
@@ -49,6 +49,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
pip install -r requirements-build.txt
|
||||
pip install PyInstaller==3.5
|
||||
pip install -r requirements-macos.txt
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user