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 266e0f3 commit 7e772c9Copy full SHA for 7e772c9
.github/workflows/tests.yml
@@ -23,8 +23,13 @@ jobs:
23
with:
24
python-version: '3.13'
25
- name: Run tests
26
+ env:
27
+ LIVEKIT_URL: ${{ secrets.LIVEKIT_URL }}
28
+ LIVEKIT_API_KEY: ${{ secrets.LIVEKIT_API_KEY }}
29
+ LIVEKIT_API_SECRET: ${{ secrets.LIVEKIT_API_SECRET }}
30
run: |
31
pip3 install -r dev-requirements.txt
32
python3 ./livekit-rtc/rust-sdks/download_ffi.py --output livekit-rtc/livekit/rtc/resources
33
pip3 install ./livekit-protocol ./livekit-api ./livekit-rtc
34
pytest . --ignore=livekit-rtc/rust-sdks
35
+
0 commit comments