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 6919fbb commit 18c8de5Copy full SHA for 18c8de5
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
python-version: '3.13'
25
- name: Run tests
26
run: |
27
+ pip3 install -r livekit-rtc/dev-requirements.txt
28
python3 ./livekit-rtc/rust-sdks/download_ffi.py --output livekit-rtc/livekit/rtc/resources
29
pip3 install ./livekit-protocol ./livekit-api ./livekit-rtc
- pip3 install -r dev-requirements.txt
30
pytest . --ignore=livekit-rtc/rust-sdks
0 commit comments