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 f130a60 commit 4307b2cCopy full SHA for 4307b2c
.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 pydantic numpy
+ run: python -m pip install pytest ./livekit-api ./livekit-protocol ./livekit-rtc pydantic numpy ipython
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