File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186
186
--exclude '.git' \
187
187
skupper-router \
188
188
install \
189
- qpid-proton/build/python/pkgs
189
+ qpid-proton/build/python
190
190
191
191
- name : Upload archive
192
192
uses : actions/upload-artifact@v3
@@ -257,7 +257,7 @@ jobs:
257
257
run : python -m pip install -r ${{github.workspace}}/skupper-router/requirements-dev.txt
258
258
259
259
- name : install qpid-proton python wheel
260
- run : python -m pip install ${ProtonBuildDir}/python/pkgs/ python_qpid_proton*.whl
260
+ run : python -m pip install $(find $ {ProtonBuildDir}/python/ -name ' python_qpid_proton*.whl')
261
261
262
262
- name : CTest
263
263
working-directory : ${{env.RouterBuildDir}}
@@ -525,7 +525,7 @@ jobs:
525
525
dnf debuginfo-install -y python3
526
526
527
527
- name : install qpid-proton python wheel
528
- run : python3 -m pip install ${ProtonBuildDir}/python/pkgs/ python_qpid_proton*.whl
528
+ run : python3 -m pip install $(find $ {ProtonBuildDir}/python/ -name ' python_qpid_proton*.whl')
529
529
530
530
- name : CTest
531
531
working-directory : ${{env.RouterBuildDir}}
You can’t perform that action at this time.
0 commit comments