We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c94cfc commit 5467083Copy full SHA for 5467083
.github/workflows/static-analyzers.yml
@@ -21,7 +21,7 @@ jobs:
21
python -m pip install pyright numpy
22
- name: Check sounddevice module with Pyright
23
run: |
24
- python -m pyright sounddevice.py
+ python -m pyright src/sounddevice.py
25
- name: Install dependencies for examples
26
27
python -m pip install ffmpeg-python matplotlib soundfile
0 commit comments