Skip to content

Commit 0a8852f

Browse files
committed
add pydantic to tests ci
1 parent 4fba4d0 commit 0a8852f

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
@@ -23,5 +23,5 @@ jobs:
2323
- name: Run tests
2424
run: |
2525
python3 ./livekit-rtc/rust-sdks/download_ffi.py --output livekit-rtc/livekit/rtc/resources
26-
pip3 install pytest ./livekit-protocol ./livekit-api ./livekit-rtc
26+
pip3 install pytest ./livekit-protocol ./livekit-api ./livekit-rtc pydantic
2727
pytest . --ignore=livekit-rtc/rust-sdks

0 commit comments

Comments
 (0)