Skip to content

Commit

Permalink
ci: compliance: Install python packages from requirements
Browse files Browse the repository at this point in the history
Instead of maintaining two lists, use the requirements file for
installing compliance dependencies.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt committed Nov 23, 2024
1 parent 3d6dde4 commit a4531f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -38,7 +38,7 @@ jobs:
run: |
pip3 install setuptools
pip3 install wheel
pip3 install python-magic lxml junitparser gitlint pylint pykwalify yamllint clang-format unidiff sphinx-lint ruff
pip3 install -r scripts/requirements-compliance.txt
pip3 install west
- name: west setup
Expand Down
1 change: 1 addition & 0 deletions scripts/requirements-compliance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python-magic
python-magic-bin; sys_platform == "win32"
lxml
junitparser>=2
pykwalify
pylint>=3
unidiff
yamllint
Expand Down

0 comments on commit a4531f9

Please sign in to comment.