File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5252 run : uv sync --frozen --group dev
5353
5454 - name : Run examples
55+ shell : bash
5556 env :
5657 LLM_API_KEY : ${{ secrets.LLM_API_KEY }}
5758 LLM_MODEL : openhands/claude-haiku-4-5-20251001
7374 # - 16_llm_security_analyzer.py: requires user input
7475 # - 04_convo_with_api_sandboxed_server.py: requires sandbox API keys
7576 # - 04_vscode_with_docker_sandboxed_server.py: requires VSCode setup
76- set -e
7777 EXAMPLES=(
7878 "examples/01_standalone_sdk/02_custom_tools.py"
7979 "examples/01_standalone_sdk/03_activate_skill.py"
@@ -300,6 +300,7 @@ jobs:
300300 - name : Read examples report for issue comment
301301 if : github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
302302 id : read_report
303+ shell : bash
303304 run : |
304305 if [ -f examples_report.md ]; then
305306 REPORT_CONTENT=$(cat examples_report.md)
You can’t perform that action at this time.
0 commit comments