Skip to content

Commit

Permalink
Merge pull request #157 from mlcommons/ci-fix
Browse files Browse the repository at this point in the history
Fix CI issues
  • Loading branch information
srinivas212 authored Oct 7, 2024
2 parents 73edb74 + 4dcb89f commit a01f265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
uses: actions/checkout@v2

- name: Format and Lint C++ Code
uses: DoozyX/clang-format-lint-action@v0.11
uses: DoozyX/clang-format-lint-action@v0.18.1
with:
source: '.'
extensions: 'cc,cpp,h,hh'
clangFormatVersion: 11
clangFormatVersion: 16
style: file
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = {file = "LICENSE.md"}
authors = [
{name = "MLCommons", email = "[email protected]"},
]
dependencies = ["protobuf==4.*", "graphviz", "networkx", "pydot"]
dependencies = ["protobuf==5.*", "graphviz", "networkx", "pydot"]

[project.urls]
Homepage = "https://github.com/mlcommons/chakra"
Expand Down

0 comments on commit a01f265

Please sign in to comment.