Skip to content

Commit 3bdc120

Browse files
committed
ci(pytest): Check installed python and Tcl/Tk versions
1 parent 419c1fd commit 3bdc120

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,9 @@ jobs:
8383
echo "Python ${{ matrix.python-version }} uses bundled Tcl/Tk, no custom paths needed"
8484
fi
8585
86-
- name: Install system dependencies for GUI testing on Windows
87-
if: matrix.os == 'windows-latest'
88-
shell: pwsh
86+
- name: Check Tcl and Tk installed versions
87+
shell: bash
8988
run: |
90-
# Python 3.14+ on Windows bundles Tcl/Tk, verify it works
9189
python --version
9290
python -c "import tkinter; print('Tcl version:', tkinter.TclVersion, 'Tk version:', tkinter.TkVersion)"
9391

0 commit comments

Comments
 (0)