We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818c53a commit 87e583aCopy full SHA for 87e583a
.github/workflows/twister.yaml
@@ -233,6 +233,7 @@ jobs:
233
run: |
234
export ZEPHYR_BASE=${PWD}
235
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
236
+ pip install grpcio-tools
237
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
238
if [ "${{matrix.subset}}" = "1" ]; then
239
./scripts/zephyr_module.py --twister-out module_tests.args
0 commit comments