We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636f149 commit c7389ccCopy full SHA for c7389cc
.github/workflows/build.yaml
@@ -210,7 +210,10 @@ jobs:
210
- name: Install Python runtime/test dependencies
211
run: ${{matrix.python}} -m pip install tox quart selectors h2 grpcio protobuf websockets pytest
212
213
- - name: Install qpid-proton python wheel
+ - 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)
217
run: ${{matrix.python}} -m pip install ${ProtonBuildDir}/python/pkgs/python_qpid_proton*.whl
218
219
- name: CTest
0 commit comments