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 262703d commit 4c236b2Copy full SHA for 4c236b2
.github/workflows/ci.yml
@@ -1655,7 +1655,14 @@ jobs:
1655
source ${VENV_ACTIVATE}
1656
1657
# Install Python dependencies from the checked out Zephyr repository.
1658
- pip3 install -r ${ZEPHYR_ROOT}/scripts/requirements.txt
+ pip3 install \
1659
+ -r ${ZEPHYR_ROOT}/scripts/requirements.txt \
1660
+ -r ${ZEPHYR_WORKSPACE}/bootloader/mcuboot/scripts/requirements.txt \
1661
+ -r ${ZEPHYR_WORKSPACE}/modules/tee/tf-m/trusted-firmware-m/tools/requirements.txt \
1662
+ 'esptool>=5.0.2' \
1663
+ nrf-regtool~=9.0.1 \
1664
+ protobuf \
1665
+ grpcio-tools
1666
1667
- name: Setup debug session (pre)
1668
if: always() && needs.setup.outputs.debug == 'test-pre'
0 commit comments