Skip to content

Commit 1fcdd1c

Browse files
update workflow to include clang-format install
Signed-off-by: Ashwin Vaidya <[email protected]>
1 parent f31dd5e commit 1fcdd1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre_commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.10"
26+
- name: Install clang-format
27+
run: sudo apt-get install -y clang-format
2628
- name: Install dependencies
2729
run: pip install 'model_api/python/.[full]'
2830
- name: Run pre-commit checks

0 commit comments

Comments
 (0)