From 059f90df06540e05950ea8a8704d2d1b14ade56f Mon Sep 17 00:00:00 2001 From: keyraven <118307471+keyraven@users.noreply.github.com> Date: Sun, 8 Oct 2023 19:54:19 -0600 Subject: [PATCH] Revert "Pillow Fix" This reverts commit dbcb86420c211475b6fddaec8315267551fd4531. --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 166f3b5..f30e6b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,8 +76,8 @@ jobs: run: python -m pip install --upgrade setuptools wheel - 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 + - name: Install Pillow for icon format conversion + run: python -m pip install --upgrade Pillow - name: Install PyInstaller run: python -m pip install --upgrade PyInstaller - name: Run PyInstaller @@ -105,8 +105,8 @@ jobs: run: python -m pip install --upgrade setuptools wheel - 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 + - name: Install Pillow for icon format conversion + run: python -m pip install --upgrade Pillow - name: Install PyInstaller run: python -m pip install --upgrade PyInstaller - name: Run PyInstaller