Skip to content

Commit 60adbda

Browse files
committed
Update
1 parent 2966ed4 commit 60adbda

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
pip install -r requirements.txt
2424
pip install pyinstaller
2525
26+
- name: Diagnose tklinenums
27+
run: |
28+
pip show tklinenums
29+
python -c "import tklinenums; print('module file:', tklinenums.__file__)"
30+
python -c "from PyInstaller.utils.hooks import collect_all; d,b,h = collect_all('tklinenums'); print('datas:', d); print('binaries:', b); print('hidden:', h)"
31+
2632
- name: Build with PyInstaller
2733
run: pyinstaller pyinstaller.spec
2834

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ customtkinter>=5.0
22
pillow>=9.0
33
CTkMessagebox>=2.0
44
pyyaml>=6.0
5-
tklinenums
5+
tklinenums>=8.6

0 commit comments

Comments
 (0)