From ce1493f048511e883cbd8f4c461d35d68866e16b Mon Sep 17 00:00:00 2001 From: u7516709 Date: Wed, 31 Jan 2024 04:08:32 +1100 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b809bf9..f2d97ab 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -51,12 +51,12 @@ jobs: yiyan_output_json_path: 'tianji/prompt/yiyan_prompt/all_yiyan_prompt.json' run: python .ci/build_all_yiyan_prompt.py - - name: Count the number of gpt prompts - env: - all_gpt_json: 'tianji/prompt/gpt_prompt/all_gpt_prompt.json' - run : python .ci/gpt_prompt_stat.py - - - name: Count the number of yiyan prompts - env: '' - all_yiyan_json: 'tianji/prompt/yiyan_prompt/all_yiyan_prompt.json' - run : python .ci/yiyan_prompt_stat.py \ No newline at end of file +# - name: Count the number of gpt prompts +# env: +# all_gpt_json: 'tianji/prompt/gpt_prompt/all_gpt_prompt.json' +# run : python .ci/gpt_prompt_stat.py +# +# - name: Count the number of yiyan prompts +# env: '' +# all_yiyan_json: 'tianji/prompt/yiyan_prompt/all_yiyan_prompt.json' +# run : python .ci/yiyan_prompt_stat.py \ No newline at end of file