workflow/checkpatch: Install python modules for spdxcheck.py

Change-Id: I3be881cd57fee4cbb5a80d81562515cdec831dd6
Signed-off-by: Tim Newsome <tim@sifive.com>
This commit is contained in:
Tim Newsome 2023-03-17 12:39:57 -07:00
parent 1c07a207e3
commit 6376bbcf5d
1 changed files with 1 additions and 1 deletions

View File

@ -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 \