Fix Windows build: remove pycups (Linux-only) and use Windows requirements

This commit is contained in:
Quality App Developer
2026-02-05 09:18:28 +02:00
parent 795dd5cac2
commit e7aac91d51
2 changed files with 6 additions and 2 deletions

View File

@@ -25,8 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_gui.txt
pip install pyinstaller
pip install -r requirements_windows.txt
- name: Build executable with PyInstaller
run: python build_exe.py