From 8478a4bee3d86345b700f8429c3d75d14d324cae Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:04:34 +0000 Subject: [PATCH] Use non-interactive matplotlib for Windows CI --- .github/workflows/windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 338e6cb4..4ffe27d9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -11,6 +11,10 @@ jobs: matrix: python-version: ["3.10","3.11","3.12"] + # Use non-interactive backend for plotting + env: + MPLBACKEND: Agg + steps: - uses: actions/checkout@v6