Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
[ci] Reinstall junintparser after zephyr deps (apache#12226)
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati authored and xinetzone committed Nov 25, 2022
1 parent 558e821 commit 61684d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/install/ubuntu_install_zephyr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ chmod o+rwx zephyr/.cache
#/opt/west/bin/pip3 install -r /opt/zephyrproject/zephyr/scripts/requirements.txt
pip3 install -r /opt/zephyrproject/zephyr/scripts/requirements.txt

# the requirements above overwrite junintparser with an older version, but it is not
# used so overwrite it again with the correct version
pip3 install junitparser==2.4.2

bash /install/ubuntu_install_zephyr_sdk.sh /opt/zephyr-sdk

0 comments on commit 61684d4

Please sign in to comment.