Skip to content

Commit b804aa1

Browse files
committed
Remove running tkinter module
1 parent 95dd057 commit b804aa1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,5 @@ jobs:
2929
- name: Test importing matplotlib
3030
run: uv run --no-sync python -c 'import matplotlib.pyplot as plt; plt.plot()'
3131

32-
- name: Test tkinter module
33-
run: uv run --no-sync python -m tkinter
34-
3532
- name: Run test that fails
3633
run: uv run --no-sync pytest tests/test_phonons_cli.py::test_plot

0 commit comments

Comments
 (0)