From 773ff9b59baff0da570cb18bb19dd7b8618001f0 Mon Sep 17 00:00:00 2001 From: wuchunfu <319355703@qq.com> Date: Sat, 15 Feb 2025 19:26:02 +0800 Subject: [PATCH] BIGTOP-4361: Add Chinese check --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1048a42..3bad0289 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install GitPython - run: python .github/check-chinese-character.py unit-tests-java: