diff --git a/.github/workflows/zephyr_build.yaml b/.github/workflows/zephyr_build.yaml index d5f4b54fc..3559c50d7 100644 --- a/.github/workflows/zephyr_build.yaml +++ b/.github/workflows/zephyr_build.yaml @@ -91,6 +91,7 @@ jobs: export ZEPHYR_TOOLCHAIN_VARIANT=zephyr echo "Using Zephyr version: ${{ env.ZEPHYR_VERSION }}" echo "Using Mcuboot version: ${{ env.MCUBOOT_VERSION }}" + pip install -r ../bootloader/mcuboot/scripts/requirements.txt ./scripts/twister --inline-logs -v -N -M --integration --overflow-as-errors --retry-failed 2 ${test_paths} - name: Upload Tests Results