Skip to content

Commit 87e583a

Browse files
committed
install grpcio-tools
Signed-off-by: Anas Nashif <[email protected]>
1 parent 818c53a commit 87e583a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ jobs:
233233
run: |
234234
export ZEPHYR_BASE=${PWD}
235235
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
236+
pip install grpcio-tools
236237
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
237238
if [ "${{matrix.subset}}" = "1" ]; then
238239
./scripts/zephyr_module.py --twister-out module_tests.args

0 commit comments

Comments
 (0)