Skip to content

Commit e58336c

Browse files
committed
Hmm
1 parent b86c34f commit e58336c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python3 -m pip install --upgrade pip
29-
pip3 install pyinstaller==5.7 pillow
29+
pip3 install pyinstaller pillow
3030
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
3131
brew install create-dmg
3232
- name: Build .app with pyinstaller

0 commit comments

Comments
 (0)