From 7477ad05993ae9e120fcb9c1289c50d0844de62e Mon Sep 17 00:00:00 2001 From: Ircama Date: Tue, 6 Aug 2024 07:24:19 +0200 Subject: [PATCH] Return to production version of pyinstaller --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df71bb3..886bef4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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