Skip to content

Commit 405af03

Browse files
martintvcarlescufi
authored andcommitted
workflow: compliance: add lxml
Adding lxml to pip install Signed-off-by: Martin Tverdal <[email protected]> Signed-off-by: Robert Lubos <[email protected]>
1 parent bc93517 commit 405af03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
pip3 install -U setuptools
2727
export PATH="$HOME/.local/bin:$PATH"
2828
pip3 install -U wheel
29+
pip3 install lxml==4.9.1
2930
pip3 install -U python-magic junitparser==2.8.0 gitlint pylint pykwalify
3031
pip3 install --user -U west
3132
pip3 show -f west

0 commit comments

Comments
 (0)