We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4844146 commit 4835894Copy full SHA for 4835894
.github/workflows/.voiptests.yml
@@ -38,6 +38,7 @@ jobs:
38
with:
39
repository: 'sippy/voiptests'
40
path: dist/voiptests
41
+ ref: 'wip'
42
43
- name: Checkout RTPProxy repo
44
uses: actions/checkout@v5
docker/Dockerfile.voiptests
@@ -36,7 +36,7 @@ RUN ${PYTHON_CMD} -m pip install --upgrade setuptools
36
RUN ${PYTHON_CMD} setup.py sdist
37
RUN ${PYTHON_CMD} -m pip install dist/sippy*.gz
RUN env -S "`${SET_ENV}`" \
- ${PYTHON_CMD} -m pip install rtp.io
+ ${PYTHON_CMD} -m pip install git+https://github.com/sippy/rtp.io
ENV MM_TYPE=b2bua
ENV MM_BRANCH=master
0 commit comments