mirror of
https://github.com/actions/python-versions.git
synced 2025-12-12 21:48:15 +00:00
Update test-tk.yml
This commit is contained in:
8
.github/workflows/test-tk.yml
vendored
8
.github/workflows/test-tk.yml
vendored
@@ -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}')"
|
||||
|
||||
Reference in New Issue
Block a user