Skip to content

Commit 266e0f3

Browse files
committed
correct path
1 parent 18c8de5 commit 266e0f3

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
27+
pip3 install -r dev-requirements.txt
2828
python3 ./livekit-rtc/rust-sdks/download_ffi.py --output livekit-rtc/livekit/rtc/resources
2929
pip3 install ./livekit-protocol ./livekit-api ./livekit-rtc
3030
pytest . --ignore=livekit-rtc/rust-sdks

0 commit comments

Comments
 (0)