Install PyInstaller from git until >5.6.1 is available

This commit is contained in:
Timmy Welch 2022-10-29 10:07:30 -07:00
parent d33d274725
commit 79137a12f8
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ jobs:
- name: Install build dependencies
run: |
pip install git+https://github.com/pyinstaller/pyinstaller
python -m pip install --upgrade --upgrade-strategy eager -r requirements_dev.txt
- name: Install Windows build dependencies

View File

@ -35,6 +35,7 @@ jobs:
- name: Install build dependencies
run: |
pip install git+https://github.com/pyinstaller/pyinstaller
python -m pip install --upgrade --upgrade-strategy eager -r requirements_dev.txt
- name: Install Windows build dependencies