Actions: Remember to install pyinstaller

This commit is contained in:
Mike Auty
2024-03-13 19:39:24 +00:00
parent 63d1b09298
commit 9af8f0a390
+1
View File
@@ -64,6 +64,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyinstaller==${{pyinstaller_version}}
pip install -r requirements.txt
- name: Pyinstall executable