Skip to content

Commit 59bb39a

Browse files
committed
Test tkinter module
1 parent 4584b87 commit 59bb39a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ jobs:
2828

2929
- name: Test importing matplotlib
3030
run: uv run --no-sync python -c 'import matplotlib.pyplot as plt; plt.plot()'
31+
32+
- name: Test tkinter module
33+
run: uv run --no-sync python -m tkinter

0 commit comments

Comments
 (0)