Skip to content

Commit 18c8de5

Browse files
committed
install reqs first
1 parent 6919fbb commit 18c8de5

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
@@ -24,7 +24,7 @@ jobs:
2424
python-version: '3.13'
2525
- name: Run tests
2626
run: |
27+
pip3 install -r livekit-rtc/dev-requirements.txt
2728
python3 ./livekit-rtc/rust-sdks/download_ffi.py --output livekit-rtc/livekit/rtc/resources
2829
pip3 install ./livekit-protocol ./livekit-api ./livekit-rtc
29-
pip3 install -r dev-requirements.txt
3030
pytest . --ignore=livekit-rtc/rust-sdks

0 commit comments

Comments
 (0)