Update package.yml

forgot to add pyinstaller -.-
This commit is contained in:
2023-05-13 14:51:37 +02:00
committed by GitHub
parent e6faa1fe92
commit 0d116360dd

View File

@@ -23,6 +23,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
pip install pyinstaller
- name: Build and package - name: Build and package
run: | run: |