Skip to content

Commit 5c035ea

Browse files
committed
imgtool: Install imgtool dependencies in zephyr-build
Install imgtool dependencies before twister tests in zephyr-build to fix failing ci job due to ImportError, originating from missing new types added in cryptography library version 40.0.0. Signed-off-by: Rustam Ismayilov <[email protected]> Change-Id: I1e4ca88a4a0329a198290f6e1917c139c30abc4f
1 parent 8fc9b90 commit 5c035ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/zephyr_build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
9292
echo "Using Zephyr version: ${{ env.ZEPHYR_VERSION }}"
9393
echo "Using Mcuboot version: ${{ env.MCUBOOT_VERSION }}"
94+
pip install -r ../bootloader/mcuboot/scripts/requirements.txt
9495
./scripts/twister --inline-logs -v -N -M --integration --overflow-as-errors --retry-failed 2 ${test_paths}
9596
9697
- name: Upload Tests Results

0 commit comments

Comments
 (0)