File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 run : python -m pip install --upgrade mypy
3030
3131 - name : Install packages
32- run : python -m pip install pytest ./livekit-api ./livekit-protocol ./livekit-rtc pydantic
32+ run : python -m pip install pytest ./livekit-api ./livekit-protocol ./livekit-rtc pydantic numpy
3333
3434 - name : Check Types
3535 run : python -m mypy --install-type --non-interactive -p 'livekit-protocol' -p 'livekit-api' -p 'livekit-rtc'
Original file line number Diff line number Diff line change 2323 - name : Run tests
2424 run : |
2525 python3 ./livekit-rtc/rust-sdks/download_ffi.py --output livekit-rtc/livekit/rtc/resources
26- pip3 install pytest ./livekit-protocol ./livekit-api ./livekit-rtc pydantic
26+ pip3 install pytest ./livekit-protocol ./livekit-api ./livekit-rtc pydantic numpy
2727 pytest . --ignore=livekit-rtc/rust-sdks
You can’t perform that action at this time.
0 commit comments