Skip to content

Commit cb52a03

Browse files
committed
ci: add build workflow and ensure deps (pyinstaller, requests, ffmpeg-python)
1 parent 63ee244 commit cb52a03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
run: |
3333
python -m pip install --upgrade pip
3434
if [ -f requirements.txt ]; then pip install -r requirements.txt; else pip install PyQt6; fi
35-
pip install pyinstaller
35+
# Ensure common runtime deps are available for PyInstaller analysis
36+
pip install pyinstaller requests ffmpeg-python
3637
3738
- name: Build PyQt6 app
3839
shell: bash

0 commit comments

Comments
 (0)