From 23c4f549796e7a2874f53a5f09ee6d8dd74b4b43 Mon Sep 17 00:00:00 2001 From: silabs-bingocth Date: Mon, 7 Oct 2024 02:10:03 +0700 Subject: [PATCH] Update coding_convention.yaml --- .github/workflows/coding_convention.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding_convention.yaml b/.github/workflows/coding_convention.yaml index 3dd3b6ea..86331ded 100644 --- a/.github/workflows/coding_convention.yaml +++ b/.github/workflows/coding_convention.yaml @@ -29,7 +29,7 @@ jobs: python3.11 --version which python3.11 sudo apt install python3.11-full - sudo apt install python3-pip + curl -sS https://bootstrap.pypa.io/get-pip.py | sudo python3.11 - name: Install Pre-commmit run: | python3.11 -m pip install pre-commit