Skip to content

Commit

Permalink
workflows: compliance: Adapt to use use python 3.12
Browse files Browse the repository at this point in the history
With the newer ubuntu being used, newer python packeges
must be used:

- Upgrade lxml to 4.9.4 because is 4.9.1 is not supported.
- Install unidiff. It is being used.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
  • Loading branch information
rugeGerritsen authored and carlescufi committed Jan 8, 2025
1 parent dd8ab46 commit 9f562e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
pip3 install -U wheel
# TODO: add yamllint to scripts/requirements-fixed.txt
pip3 install -U yamllint
pip3 install lxml==4.9.1
pip3 install -U python-magic junitparser==2.8.0 gitlint pylint pykwalify
pip3 install lxml==4.9.4
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 9f562e6

Please sign in to comment.