Revert "Install PyInstaller from git until >5.6.1 is available"

This reverts commit 79137a12f8.
This commit is contained in:
Timmy Welch 2022-11-01 13:49:52 -07:00
parent 618e15600f
commit 8592fdee74
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -74,7 +74,6 @@ jobs:
- name: Install build dependencies
run: |
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

View File

@ -35,7 +35,6 @@ jobs:
- name: Install build dependencies
run: |
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