Skip to content

Commit 92e7a0d

Browse files
Brénainn WoodsendBrénainn Woodsend
authored andcommitted
Prevent CI/CI checks falsely passing if the last check passes
1 parent 51b34f9 commit 92e7a0d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sounddevice-data.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
run: |
3939
python -m pip install .
4040
- name: Import module
41+
shell: bash
4142
run: |
4243
python -m sounddevice
4344
python -c "import sounddevice as sd; print(sd._libname)"
@@ -47,6 +48,7 @@ jobs:
4748
python -c "import sounddevice as sd; assert not any(a['name'] == 'ASIO' for a in sd.query_hostapis())"
4849
- name: Import module (using the ASIO DLL)
4950
if: startsWith(matrix.os, 'windows')
51+
shell: bash
5052
env:
5153
SD_ENABLE_ASIO: 1
5254
run: |

0 commit comments

Comments
 (0)