We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4584b87 commit 59bb39aCopy full SHA for 59bb39a
.github/workflows/windows.yml
@@ -28,3 +28,6 @@ jobs:
28
29
- name: Test importing matplotlib
30
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