We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e57fa commit 41a45fdCopy full SHA for 41a45fd
.github/workflows/tests.yaml
@@ -386,14 +386,17 @@ jobs:
386
- name: Build Python REPL and example apps
387
timeout-minutes: 50
388
run: |
389
- ./scripts/run_in_build_env.sh './scripts/build_python.sh --install_wheel build-env'
390
./scripts/run_in_build_env.sh \
391
"./scripts/build/build_examples.py \
392
--target linux-x64-all-clusters-${BUILD_VARIANT} \
393
--target linux-x64-python-bindings-${BUILD_VARIANT} \
394
build \
395
--copy-artifacts-to objdir-clone \
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
+ "
400
- name: Run Tests
401
timeout-minutes: 10
402
0 commit comments