Skip to content

Commit

Permalink
Revert "Pillow Fix"
Browse files Browse the repository at this point in the history
This reverts commit dbcb864.
  • Loading branch information
keyraven committed Oct 9, 2023
1 parent dbcb864 commit 059f90d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 059f90d

Please sign in to comment.