mirror of
https://github.com/actions/python-versions.git
synced 2025-12-14 22:46:43 +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
|
uses: priya-kinthali/setup-python@test-tcl
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Print Tcl/Tk version
|
# - name: Print Tcl/Tk version
|
||||||
run: |
|
# run: |
|
||||||
tclsh <<< 'puts [info patchlevel]; exit'
|
# tclsh <<< 'puts [info patchlevel]; exit'
|
||||||
wish <<< 'puts [info patchlevel]; exit'
|
# wish <<< 'puts [info patchlevel]; exit'
|
||||||
- name: Verify Python Tk Version
|
- name: Verify Python Tk Version
|
||||||
run: |
|
run: |
|
||||||
python -c "import tkinter; print(f'Tkinter TkVersion: {tkinter.TkVersion}')"
|
python -c "import tkinter; print(f'Tkinter TkVersion: {tkinter.TkVersion}')"
|
||||||
|
|||||||
Reference in New Issue
Block a user