Skip to content

Commit 3700103

Browse files
committed
CFFI Proton now installs whl into dist/, previously it was in pkgs/
1 parent c66c8c4 commit 3700103

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
--exclude '.git' \
187187
skupper-router \
188188
install \
189-
qpid-proton/build/python/pkgs
189+
qpid-proton/build/python
190190
191191
- name: Upload archive
192192
uses: actions/upload-artifact@v3
@@ -257,7 +257,7 @@ jobs:
257257
run: python -m pip install -r ${{github.workspace}}/skupper-router/requirements-dev.txt
258258

259259
- 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')
261261

262262
- name: CTest
263263
working-directory: ${{env.RouterBuildDir}}
@@ -525,7 +525,7 @@ jobs:
525525
dnf debuginfo-install -y python3
526526
527527
- 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')
529529

530530
- name: CTest
531531
working-directory: ${{env.RouterBuildDir}}

0 commit comments

Comments
 (0)