Add verbose debugging and specify package versions for Windows build
This commit is contained in:
11
.github/workflows/build-windows.yml
vendored
11
.github/workflows/build-windows.yml
vendored
@@ -27,6 +27,17 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements_windows.txt
|
pip install -r requirements_windows.txt
|
||||||
|
|
||||||
|
- name: Verify build setup
|
||||||
|
run: |
|
||||||
|
echo "Python version:"
|
||||||
|
python --version
|
||||||
|
echo "Installed packages:"
|
||||||
|
pip list
|
||||||
|
echo "Current directory:"
|
||||||
|
cd %CD%
|
||||||
|
echo "Files in directory:"
|
||||||
|
dir /B
|
||||||
|
|
||||||
- name: Build executable with PyInstaller
|
- name: Build executable with PyInstaller
|
||||||
run: python build_exe.py
|
run: python build_exe.py
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
python-barcode
|
python-barcode
|
||||||
pillow
|
pillow
|
||||||
kivy
|
kivy>=2.1.0
|
||||||
reportlab
|
reportlab
|
||||||
pyinstaller
|
pyinstaller>=6.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user