Skip to content

Commit c7389cc

Browse files
committed
fixup qdmanage runs with system python,
1 parent 636f149 commit c7389cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,10 @@ jobs:
210210
- name: Install Python runtime/test dependencies
211211
run: ${{matrix.python}} -m pip install tox quart selectors h2 grpcio protobuf websockets pytest
212212

213-
- name: Install qpid-proton python wheel
213+
- name: Replace /usr/bin/python3 with ${{matrix.python}}, for tools such as qdmanage
214+
run: sudo ln -sf ${{matrix.python}} /usr/bin/python3
215+
216+
- name: Install qpid-proton python wheel (python3-dbg)
214217
run: ${{matrix.python}} -m pip install ${ProtonBuildDir}/python/pkgs/python_qpid_proton*.whl
215218

216219
- name: CTest

0 commit comments

Comments
 (0)