Skip to content

Commit 41a45fd

Browse files
committed
Install python bindings built with build_examples
1 parent e3e57fa commit 41a45fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -386,14 +386,17 @@ jobs:
386386
- name: Build Python REPL and example apps
387387
timeout-minutes: 50
388388
run: |
389-
./scripts/run_in_build_env.sh './scripts/build_python.sh --install_wheel build-env'
390389
./scripts/run_in_build_env.sh \
391390
"./scripts/build/build_examples.py \
392391
--target linux-x64-all-clusters-${BUILD_VARIANT} \
393392
--target linux-x64-python-bindings-${BUILD_VARIANT} \
394393
build \
395394
--copy-artifacts-to objdir-clone \
396395
"
396+
./scripts/run_in_build_env.sh \
397+
"pip install --force-reinstall \
398+
out/linux-x64-python-bindings-${BUILD_VARIANT}/controller/python/chip*.whl \
399+
"
397400
- name: Run Tests
398401
timeout-minutes: 10
399402
run: |

0 commit comments

Comments
 (0)