From 35a977fa9fc1b59a4dc62c3633e5ff16d19e2a24 Mon Sep 17 00:00:00 2001 From: keyraven <118307471+keyraven@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:37:14 -0600 Subject: [PATCH] test --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4589f16..882fc46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: - name: Install dependencies run: python -m pip install -r requirements.txt - name: Install Pillow for icon format conversion - run: python -m pip install --upgrade Pillow + run: python -m pip install Pillow=0.9.4 - name: Install PyInstaller run: python -m pip install --upgrade PyInstaller - name: Run PyInstaller @@ -106,7 +106,7 @@ jobs: - name: Install dependencies run: python -m pip install -r requirements.txt - name: Install Pillow for icon format conversion - run: python -m pip install Pillow + run: python -m pip install Pillow=0.9.4 - name: Install PyInstaller run: python -m pip install --upgrade PyInstaller - name: Run PyInstaller @@ -135,7 +135,7 @@ jobs: - name: Install dependencies run: python -m pip install -r requirements.txt - name: Install Pillow for icon format conversion - run: python -m pip install Pillow + run: python -m pip install --upgrade Pillow - name: Install PyInstaller run: python -m pip install --upgrade PyInstaller # Example of an upx install, also requires adding "--upx-dir upx-4.0.0-win64" to the pyinst run