Skip to content

Commit 4089b15

Browse files
committed
fix flaky test
1 parent 0756c95 commit 4089b15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
if: startsWith(matrix.os, 'ubuntu')
3232
run: sudo apt-get install -y libsndfile1
3333
- name: Run tests
34+
env:
35+
MPLBACKEND: Agg
3436
run: uv run --with ${{ matrix.numpy }} --extra dev pytest
3537

3638
test-deb11-i386:

0 commit comments

Comments
 (0)