File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ jobs:
24
24
python -m pip install --upgrade pip
25
25
pip install build wheel==0.43.0 twine==6.0.1 packaging==24.1 pkginfo==1.12.0
26
26
27
- - name : Run examples
28
- env :
29
- OPENAI_KEY : ${{ secrets.OPENAI_KEY }}
30
- run : |
31
- python examples/core/score.py
32
- python examples/custom/sdk_custom_rule.py
33
- python examples/llm_and_rule/llm_and_rule_mix.py
34
- python examples/register/sdk_register_llm.py
35
- python examples/register/sdk_register_prompt.py
36
- python examples/register/sdk_register_rule.py
37
- python examples/multi_turn_dialogues/sdk_mtbench101_llm.py
38
- python examples/multi_turn_dialogues/sdk_mtbench101_rule_all.py
27
+ # - name: Run examples
28
+ # env:
29
+ # OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
30
+ # run: |
31
+ # python examples/core/score.py
32
+ # python examples/custom/sdk_custom_rule.py
33
+ # python examples/llm_and_rule/llm_and_rule_mix.py
34
+ # python examples/register/sdk_register_llm.py
35
+ # python examples/register/sdk_register_prompt.py
36
+ # python examples/register/sdk_register_rule.py
37
+ # python examples/multi_turn_dialogues/sdk_mtbench101_llm.py
38
+ # python examples/multi_turn_dialogues/sdk_mtbench101_rule_all.py
39
39
40
40
- name : Build package
41
41
run : python setup.py bdist_wheel
You can’t perform that action at this time.
0 commit comments