Update test-tk.yml

This commit is contained in:
priya-kinthali
2024-12-05 09:33:47 +05:30
committed by GitHub
parent 75c061081b
commit 1c71e7fbce

View File

@@ -24,10 +24,10 @@ jobs:
uses: priya-kinthali/setup-python@test-tcl
with:
python-version: ${{ matrix.python-version }}
- name: Print Tcl/Tk version
run: |
tclsh <<< 'puts [info patchlevel]; exit'
wish <<< 'puts [info patchlevel]; exit'
# - name: Print Tcl/Tk version
# run: |
# tclsh <<< 'puts [info patchlevel]; exit'
# wish <<< 'puts [info patchlevel]; exit'
- name: Verify Python Tk Version
run: |
python -c "import tkinter; print(f'Tkinter TkVersion: {tkinter.TkVersion}')"