Skip to content

Commit

Permalink
Fix PyYaml unistall error (#521)
Browse files Browse the repository at this point in the history
(cherry picked from commit 97d9e04)
  • Loading branch information
Acuadros95 authored and mergify[bot] committed May 23, 2022
1 parent c1ee153 commit 6b707ac
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 6b707ac

Please sign in to comment.