workflow/checkpatch: Install python modules for spdxcheck.py
Change-Id: I3be881cd57fee4cbb5a80d81562515cdec831dd6 Signed-off-by: Tim Newsome <tim@sifive.com>
This commit is contained in:
parent
1c07a207e3
commit
6376bbcf5d
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Install required packages (apt-get)
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install patchutils
|
||||
sudo apt-get install patchutils python3-ply python3-git
|
||||
- name: Run checkpatch
|
||||
run: |
|
||||
git diff -U20 HEAD~40 \
|
||||
|
|
Loading…
Reference in New Issue