diff --git a/.github/workflows/exe.yml b/.github/workflows/exe.yml index 4a9b9b3..7c8d04e 100644 --- a/.github/workflows/exe.yml +++ b/.github/workflows/exe.yml @@ -15,6 +15,7 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt + pip install pyinstaller - name: Build executable run: |