Fix Windows build: remove pycups (Linux-only) and use Windows requirements
This commit is contained in:
3
.github/workflows/build-windows.yml
vendored
3
.github/workflows/build-windows.yml
vendored
@@ -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
|
||||
|
||||
5
requirements_windows.txt
Normal file
5
requirements_windows.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
python-barcode
|
||||
pillow
|
||||
kivy
|
||||
reportlab
|
||||
pyinstaller
|
||||
Reference in New Issue
Block a user