Skip to content

Commit 3c054d0

Browse files
Update main.yml
1 parent 849bd53 commit 3c054d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.12' # можно указать нужную версию
24+
python-version: '3.12'
2525

2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install pyinstaller
3030
pip install -r requirements.txt
31+
pip install Pillow
3132
3233
- name: Build Executable
3334
run: |

0 commit comments

Comments
 (0)