Skip to content

Commit

Permalink
workflows: compliance: Install unidiff as well
Browse files Browse the repository at this point in the history
It is needed when using python 3.12.

Signed-off-by: Rubin Gerritsen <[email protected]>
  • Loading branch information
rugeGerritsen committed Jan 7, 2025
1 parent 8146f07 commit 0fdbc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# TODO: add yamllint to scripts/requirements-fixed.txt
pip3 install -U yamllint
pip3 install lxml==4.9.4
pip3 install -U python-magic junitparser==2.8.0 gitlint pylint pykwalify
pip3 install -U python-magic junitparser==2.8.0 gitlint pylint pykwalify unidiff
pip3 install --user -U west
pip3 show -f west
Expand Down

0 comments on commit 0fdbc4c

Please sign in to comment.