Skip to content

Commit 9f420b0

Browse files
committed
Revert pre-commit deps versions
1 parent 838f848 commit 9f420b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre_commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
Code-Quality-Checks:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-20.04
1919
steps:
2020
- name: CHECKOUT REPOSITORY
2121
uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 22
3030
- name: Install clang-format
31-
run: sudo apt-get install -y clang-format-13
31+
run: sudo apt-get install -y clang-format-10
3232
- name: Install dependencies
3333
run: pip install 'model_api/python/.[full]'
3434
- name: Run pre-commit checks

0 commit comments

Comments
 (0)