Skip to content

Commit 2ded80e

Browse files
committed
Update main.yml
1 parent 60ff9b2 commit 2ded80e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
test-nosoftdeps:
5454
needs: code-quality
55-
name: test-nosoftdeps (${{ matrix.python-version }}, ${{ matrix.os }})
55+
name: nosoftdeps (${{ matrix.python-version }}, ${{ matrix.os }})
5656
runs-on: ${{ matrix.os }}
5757
strategy:
5858
fail-fast: false
@@ -94,11 +94,13 @@ jobs:
9494
needs: test-nosoftdeps
9595
name: test-full (${{ matrix.python-version }}, ${{ matrix.os }})
9696
runs-on: ${{ matrix.os }}
97+
env:
98+
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434
9799
strategy:
98100
fail-fast: false
99101
matrix:
100-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
101102
os: [ubuntu-latest, macos-latest, windows-latest]
103+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
102104

103105
steps:
104106
- uses: actions/checkout@v6
@@ -135,6 +137,8 @@ jobs:
135137
name: coverage
136138
needs: code-quality
137139
runs-on: "ubuntu-latest"
140+
env:
141+
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434
138142
steps:
139143
- uses: actions/checkout@v6
140144

0 commit comments

Comments
 (0)