Skip to content

Commit 4584b87

Browse files
committed
Test importing matplotlib
1 parent 1bd6ba2 commit 4584b87

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
@@ -25,3 +25,6 @@ jobs:
2525

2626
- name: Test importing tkinter
2727
run: uv run --no-sync python -c 'import tkinter as tk; tk.Tk()'
28+
29+
- name: Test importing matplotlib
30+
run: uv run --no-sync python -c 'import matplotlib.pyplot as plt; plt.plot()'

0 commit comments

Comments
 (0)