Skip to content

Commit 863decb

Browse files
committed
@ workflows : setting the matplotlib backend explicitely.
1 parent 92f0b31 commit 863decb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.13"]
20+
python-version: ["3.14"]
2121
#python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2222

2323
env:
24+
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434
2425
PYTHONPATH: /Users/runner/work/physicelldataloader/physicelldataloader
2526

2627
steps:

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.13"]
20+
python-version: ["3.14"]
2121
#python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2222

2323
env:
24+
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434
2425
PYTHONPATH: /home/runner/work/physicelldataloader/physicelldataloader
2526

2627
steps:

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.13"]
20+
python-version: ["3.14"]
2121
#python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2222

2323
env:
24+
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434
2425
PYTHONPATH: D:\a\physicelldataloader\physicelldataloader
2526

2627
steps:

0 commit comments

Comments
 (0)