From d199e215c4e8df9c65b43b2fffc20ba3e0931812 Mon Sep 17 00:00:00 2001 From: Pengyuan Zhao Date: Tue, 15 Oct 2024 13:39:10 -0400 Subject: [PATCH] chore: another try --- .github/workflows/commit-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 929b28864..9ba37c929 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -17,7 +17,8 @@ jobs: shell: bash run: | # python -m pip install gitlint - sudo apt install python3-gitlint + sudo apt install pipx + pipx install install - name: Run gitlint shell: bash