Skip to content

Commit 49dd2b3

Browse files
author
Pierre-Marie.fayette
committed
...
1 parent 93e5816 commit 49dd2b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install pyinstaller
31+
pip install pyinstaller pyinstaller-hooks-contrib
3232
# Install your project requirements
3333
if (Test-Path requirements.txt) { pip install -r requirements.txt }
3434
3535
# Build the executable
3636
- name: Build executable with PyInstaller
3737
run: |
38-
pyinstaller --onefile --windowed --name="PyImageLabeling" main.py
38+
pyinstaller --noconfirm --onefile --windowed --name PyImageLabeling main.py
3939
4040
# Upload the executable as artifact
4141
- name: Upload executable

0 commit comments

Comments
 (0)