We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8852f commit acad857Copy full SHA for acad857
.github/workflows/check-types.yml
@@ -29,7 +29,7 @@ jobs:
29
run: python -m pip install --upgrade mypy
30
31
- name: Install packages
32
- run: python -m pip install pytest ./livekit-api ./livekit-protocol ./livekit-rtc
+ run: python -m pip install pytest ./livekit-api ./livekit-protocol ./livekit-rtc pydantic
33
34
- name: Check Types
35
run: python -m mypy --install-type --non-interactive -p 'livekit-protocol' -p 'livekit-api' -p 'livekit-rtc'
0 commit comments