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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements_gui.txt
|
pip install -r requirements_windows.txt
|
||||||
pip install pyinstaller
|
|
||||||
|
|
||||||
- name: Build executable with PyInstaller
|
- name: Build executable with PyInstaller
|
||||||
run: python build_exe.py
|
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