Skip to content

Commit

Permalink
Install python bindings built with build_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Jan 5, 2023
1 parent 08eed96 commit 1fe4ed5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,14 +386,17 @@ jobs:
- name: Build Python REPL and example apps
timeout-minutes: 50
run: |
./scripts/run_in_build_env.sh './scripts/build_python.sh --install_wheel build-env'
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target linux-x64-all-clusters-${BUILD_VARIANT} \
--target linux-x64-python-bindings-${BUILD_VARIANT} \
build \
--copy-artifacts-to objdir-clone \
"
./scripts/run_in_build_env.sh \
"pip install --force-reinstall \
out/linux-x64-python-bindings-${BUILD_VARIANT}/controller/python/chip*.whl \
"
- name: Run Tests
timeout-minutes: 10
run: |
Expand Down

0 comments on commit 1fe4ed5

Please sign in to comment.