Skip to content

Commit 8478a4b

Browse files
committed
Use non-interactive matplotlib for Windows CI
1 parent 42ecf32 commit 8478a4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
matrix:
1212
python-version: ["3.10","3.11","3.12"]
1313

14+
# Use non-interactive backend for plotting
15+
env:
16+
MPLBACKEND: Agg
17+
1418
steps:
1519
- uses: actions/checkout@v6
1620

0 commit comments

Comments
 (0)