From 0fdbc4c966e4c4c13270d5c070b37052d1acdcaf Mon Sep 17 00:00:00 2001 From: Rubin Gerritsen Date: Tue, 7 Jan 2025 15:12:07 +0100 Subject: [PATCH] workflows: compliance: Install unidiff as well It is needed when using python 3.12. Signed-off-by: Rubin Gerritsen --- .github/workflows/compliance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index 6771d873f1..ae3cc3bffb 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -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