Skip to content

Commit

Permalink
fixup qdmanage runs with system python,
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jan 27, 2022
1 parent 636f149 commit c7389cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,10 @@ jobs:
- name: Install Python runtime/test dependencies
run: ${{matrix.python}} -m pip install tox quart selectors h2 grpcio protobuf websockets pytest

- name: Install qpid-proton python wheel
- name: Replace /usr/bin/python3 with ${{matrix.python}}, for tools such as qdmanage
run: sudo ln -sf ${{matrix.python}} /usr/bin/python3

- name: Install qpid-proton python wheel (python3-dbg)
run: ${{matrix.python}} -m pip install ${ProtonBuildDir}/python/pkgs/python_qpid_proton*.whl

- name: CTest
Expand Down

0 comments on commit c7389cc

Please sign in to comment.