We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0756c95 commit 4089b15Copy full SHA for 4089b15
1 file changed
.github/workflows/test.yml
@@ -31,6 +31,8 @@ jobs:
31
if: startsWith(matrix.os, 'ubuntu')
32
run: sudo apt-get install -y libsndfile1
33
- name: Run tests
34
+ env:
35
+ MPLBACKEND: Agg
36
run: uv run --with ${{ matrix.numpy }} --extra dev pytest
37
38
test-deb11-i386:
0 commit comments