Skip to content

Commit 5aebfb3

Browse files
authored
fix ci windows Tkinter issue
1 parent dc6234c commit 5aebfb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
shell: bash
3232
- name: Test with coverage
3333
run: pytest --verbose --cov=src/cleanvision/ --cov-config .coveragerc --cov-report=xml tests/
34+
env:
35+
MPLBACKEND: Agg
3436
- uses: codecov/codecov-action@v3
3537

3638
typecheck:

0 commit comments

Comments
 (0)