Skip to content

Commit

Permalink
Fix PyYaml unistall error (#521) (#522)
Browse files Browse the repository at this point in the history
(cherry picked from commit 97d9e04)

Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com>
  • Loading branch information
mergify[bot] and Acuadros95 authored May 24, 2022
1 parent c1ee153 commit 9f1c666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/zephyr/generic/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pushd $FW_TARGETDIR >/dev/null
west update
popd >/dev/null

pip3 install -r zephyrproject/zephyr/scripts/requirements.txt
pip3 install -r zephyrproject/zephyr/scripts/requirements.txt --ignore-installed

if [ "$PLATFORM" = "host" ]; then
if [ "$ARCH" = "aarch64" ]; then
Expand Down

0 comments on commit 9f1c666

Please sign in to comment.