Force install PyInstaller from git until >5.6.1 is available
This commit is contained in:
parent
f8807675d6
commit
3774ab0568
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -74,7 +74,7 @@ jobs:
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
pip install git+https://github.com/pyinstaller/pyinstaller
|
||||
pip install --force-reinstall git+https://github.com/pyinstaller/pyinstaller
|
||||
python -m pip install --upgrade --upgrade-strategy eager -r requirements_dev.txt
|
||||
|
||||
- name: Install Windows build dependencies
|
||||
|
2
.github/workflows/package.yaml
vendored
2
.github/workflows/package.yaml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
pip install git+https://github.com/pyinstaller/pyinstaller
|
||||
pip install --force-reinstall git+https://github.com/pyinstaller/pyinstaller
|
||||
python -m pip install --upgrade --upgrade-strategy eager -r requirements_dev.txt
|
||||
|
||||
- name: Install Windows build dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user