Skip to content

Commit 00cd6c2

Browse files
committed
next attempt
1 parent 683e065 commit 00cd6c2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/check-types.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232
run: uv sync --all-extras --dev
3333

3434
- name: Download ffi
35-
run: uv run python livekit-rtc/rust-sdks/download_ffi.py --output $(python -m site --user-site)/livekit/rtc/resources
36-
37-
- name: Install packages
38-
run: uv add ./livekit-api ./livekit-protocol ./livekit-rtc
35+
run: uv run python livekit-rtc/rust-sdks/download_ffi.py --output .venv/lib/python3.9/site-packages/livekit/rtc/resources
3936

4037
- name: Check Types
41-
run: uv run mypy -p 'livekit-protocol' -p 'livekit-api' -p 'livekit-rtc'
38+
run: uv run mypy livekit-protocol livekit-api livekit-rtc

0 commit comments

Comments
 (0)