Skip to content

Commit

Permalink
cooking
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Mar 19, 2024
1 parent 6a9601c commit 7b28202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: python -m pip install ./livekit-api ./livekit-protocol ./livekit-rtc

- name: Check Types
run: python -m mypy --install-types -p 'livekit-protocol' -p 'livekit-api' -p 'livekit-rtc'
run: python -m mypy --install-types --non-interactive -p 'livekit-protocol' -p 'livekit-api' -p 'livekit-rtc'

0 comments on commit 7b28202

Please sign in to comment.