From 896ef0256575314dea4ba10af357021af0505567 Mon Sep 17 00:00:00 2001 From: wuchunfu <319355703@qq.com> Date: Sat, 15 Feb 2025 19:27:18 +0800 Subject: [PATCH] BIGTOP-4361: Add Chinese check --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bad0289..651e4dfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,12 +46,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.13' - cache: 'pip' # caching pip dependencies - - name: Install dependencies - 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: