Return to production version of pyinstaller
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -21,7 +21,8 @@ jobs:
|
||||
- name: Install requirements
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install git+https://github.com/pyinstaller/pyinstaller@develop
|
||||
#pip install git+https://github.com/pyinstaller/pyinstaller@develop
|
||||
pip install pyinstaller
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Run PyInstaller
|
||||
|
||||
Reference in New Issue
Block a user