Skip to content

Commit 4835894

Browse files
committed
Use rtp.io from the github and voiptests from @wip.
1 parent 4844146 commit 4835894

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/.voiptests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
repository: 'sippy/voiptests'
4040
path: dist/voiptests
41+
ref: 'wip'
4142

4243
- name: Checkout RTPProxy repo
4344
uses: actions/checkout@v5

docker/Dockerfile.voiptests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN ${PYTHON_CMD} -m pip install --upgrade setuptools
3636
RUN ${PYTHON_CMD} setup.py sdist
3737
RUN ${PYTHON_CMD} -m pip install dist/sippy*.gz
3838
RUN env -S "`${SET_ENV}`" \
39-
${PYTHON_CMD} -m pip install rtp.io
39+
${PYTHON_CMD} -m pip install git+https://github.com/sippy/rtp.io
4040

4141
ENV MM_TYPE=b2bua
4242
ENV MM_BRANCH=master

0 commit comments

Comments
 (0)