Skip to content

Commit 5e587cd

Browse files
committed
fix type check
1 parent ecf6ccc commit 5e587cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
run: uv add ./livekit-api ./livekit-protocol ./livekit-rtc
3939

4040
- name: Check Types
41-
run: uv run mypy --install-type --non-interactive -p 'livekit-protocol' -p 'livekit-api' -p 'livekit-rtc'
41+
run: uv run mypy --non-interactive -p 'livekit-protocol' -p 'livekit-api' -p 'livekit-rtc'

0 commit comments

Comments
 (0)