diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6589110f..edbaf9d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1655,7 +1655,14 @@ jobs: source ${VENV_ACTIVATE} # Install Python dependencies from the checked out Zephyr repository. - pip3 install -r ${ZEPHYR_ROOT}/scripts/requirements.txt + pip3 install \ + -r ${ZEPHYR_ROOT}/scripts/requirements.txt \ + -r ${ZEPHYR_WORKSPACE}/bootloader/mcuboot/scripts/requirements.txt \ + -r ${ZEPHYR_WORKSPACE}/modules/tee/tf-m/trusted-firmware-m/tools/requirements.txt \ + 'esptool>=5.0.2' \ + nrf-regtool~=9.0.1 \ + protobuf \ + grpcio-tools - name: Setup debug session (pre) if: always() && needs.setup.outputs.debug == 'test-pre'