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