Skip to content

Commit 108b61b

Browse files
committed
fix install
1 parent f23f376 commit 108b61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
LIVEKIT_API_KEY: ${{ secrets.LIVEKIT_API_KEY }}
7676
LIVEKIT_API_SECRET: ${{ secrets.LIVEKIT_API_SECRET }}
7777
run: |
78-
uv add rtc-wheel/*.whl ./livekit-api ./livekit-protocol
78+
uv pip install rtc-wheel/*.whl ./livekit-api ./livekit-protocol
7979
uv run pytest . --ignore=livekit-rtc/rust-sdks
8080

0 commit comments

Comments
 (0)