pin pyinstaller to 5.5-py3

This commit is contained in:
AAGaming
2022-10-24 21:07:49 -04:00
parent ed82f51bb7
commit c1fabe5b35

View File

@@ -55,7 +55,7 @@ jobs:
- name: Install Python dependencies ⬇️
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install pyinstaller==5.5-py3
[ -f requirements.txt ] && pip install -r requirements.txt
- name: Install JS dependencies ⬇️