Skip to content

Commit 53020c4

Browse files
author
deooi
committed
workflows: Add python3-ply and python3-git to pr-checks.yml
We need this because pr checks are complaining about missing ply and git module. Signed-off-by: deooi <deborah.ooi@emerson.com>
1 parent a4b64e1 commit 53020c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: |
2222
sudo apt update
2323
sudo apt install libelf-dev
24+
sudo apt install python3-ply
25+
sudo apt install python3-git
2426
2527
- name: "[TEST] Build nati_x86_64_defconfig"
2628
run: |

0 commit comments

Comments
 (0)