Commit 9c677b5
Benjamin Moody
.github/workflows: Install soundfile and libsndfile.
"build": pip install will install the Python soundfile package. On
Windows/MacOS, this will install a binary wheel package that includes
a private copy of libsndfile; on Ubuntu, it will install a generic
package that requires us to install libsndfile separately.
"test-deb10-i386": python3-soundfile installs the Python soundfile
package and also depends on libsndfile1.1 parent 0932a35 commit 9c677b5
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
0 commit comments