Skip to content

Commit 64bf130

Browse files
committed
Fix mpl env variable
1 parent 9a44678 commit 64bf130

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858

5959
runs-on: ${{ matrix.os }}
6060

61+
env:
62+
MPLBACKEND: Agg
63+
6164
steps:
6265
- name: Cache dependencies
6366
id: pip-cache
@@ -109,7 +112,7 @@ jobs:
109112
- name: Run pytest tests
110113
timeout-minutes: 15
111114
run: |
112-
make test
115+
MPLBACKEND=Agg make test
113116
114117
- name: Build package
115118
run: |

0 commit comments

Comments
 (0)