We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849bd53 commit 3c054d0Copy full SHA for 3c054d0
.github/workflows/main.yml
@@ -21,13 +21,14 @@ jobs:
21
- name: Set up Python
22
uses: actions/setup-python@v4
23
with:
24
- python-version: '3.12' # можно указать нужную версию
+ python-version: '3.12'
25
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
pip install pyinstaller
30
pip install -r requirements.txt
31
+ pip install Pillow
32
33
- name: Build Executable
34
0 commit comments