Skip to content

Commit 7747959

Browse files
committed
wip
1 parent 53f4d5c commit 7747959

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ 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 pydantic numpy
26+
pip3 install ./livekit-protocol ./livekit-api ./livekit-rtc
27+
pip3 install -r dev-requirements.txt
2728
pytest . --ignore=livekit-rtc/rust-sdks

dev-requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ auditwheel; sys_platform == 'linux'
99
cibuildwheel
1010

1111
pytest
12+
pytest-asyncio
1213

13-
matplotlib
14+
matplotlib
15+
pydantic
16+
numpy

0 commit comments

Comments
 (0)