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 53f4d5c commit 7747959Copy full SHA for 7747959
.github/workflows/tests.yml
@@ -23,5 +23,6 @@ jobs:
23
- name: Run tests
24
run: |
25
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 numpy
+ pip3 install ./livekit-protocol ./livekit-api ./livekit-rtc
27
+ pip3 install -r dev-requirements.txt
28
pytest . --ignore=livekit-rtc/rust-sdks
dev-requirements.txt
@@ -9,5 +9,8 @@ auditwheel; sys_platform == 'linux'
9
cibuildwheel
10
11
pytest
12
+pytest-asyncio
13
-matplotlib
14
+matplotlib
15
+pydantic
16
+numpy
0 commit comments