Skip to content

Commit b87da70

Browse files
committed
CI: add test case for issue 586
1 parent c4cc5eb commit b87da70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ jobs:
3434
python -m sounddevice
3535
python -c "import sounddevice as sd; print(sd._libname)"
3636
python -c "import sounddevice as sd; print(sd.get_portaudio_version())"
37+
python -c "import sounddevice; 1 / 0"

0 commit comments

Comments
 (0)