We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23f376 commit 108b61bCopy full SHA for 108b61b
.github/workflows/tests.yml
@@ -75,6 +75,6 @@ jobs:
75
LIVEKIT_API_KEY: ${{ secrets.LIVEKIT_API_KEY }}
76
LIVEKIT_API_SECRET: ${{ secrets.LIVEKIT_API_SECRET }}
77
run: |
78
- uv add rtc-wheel/*.whl ./livekit-api ./livekit-protocol
+ uv pip install rtc-wheel/*.whl ./livekit-api ./livekit-protocol
79
uv run pytest . --ignore=livekit-rtc/rust-sdks
80
0 commit comments