Skip to content

Commit

Permalink
imgtool: Install imgtool dependencies in zephyr-build
Browse files Browse the repository at this point in the history
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 <rustam.ismayilov@arm.com>
Change-Id: I1e4ca88a4a0329a198290f6e1917c139c30abc4f
  • Loading branch information
rustammendel committed Aug 25, 2024
1 parent 8fc9b90 commit 5c035ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/zephyr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c035ea

Please sign in to comment.