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 5f41c24 commit 93ba254Copy full SHA for 93ba254
Dockerfile.base
@@ -120,7 +120,7 @@ RUN cd ${PYTHON_VENV_PATH}/bin && \
120
RUN pip3 install --no-cache-dir \
121
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/main/scripts/requirements.txt \
122
-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \
123
- GitPython imgtool junitparser junit2html numpy protobuf PyGithub \
+ GitPython imgtool junitparser junit2html numpy protobuf grpcio-tools PyGithub \
124
pylint sh statistics west \
125
nrf-regtool~=9.0.1
126
# Run pip check on x86 only for now, it fails on arm.
0 commit comments