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