Skip to content

Commit 5467083

Browse files
committed
fix src/ subdir in static analysis CI
1 parent 4c94cfc commit 5467083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analyzers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python -m pip install pyright numpy
2222
- name: Check sounddevice module with Pyright
2323
run: |
24-
python -m pyright sounddevice.py
24+
python -m pyright src/sounddevice.py
2525
- name: Install dependencies for examples
2626
run: |
2727
python -m pip install ffmpeg-python matplotlib soundfile

0 commit comments

Comments
 (0)