Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
keyraven committed Oct 18, 2023
1 parent fe77208 commit 35a977f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 35a977f

Please sign in to comment.