Skip to content

Commit f8d847d

Browse files
Use shell:bash in run-examples workflow (#1057)
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent aaa42bb commit f8d847d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
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
@@ -73,7 +74,6 @@ jobs:
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)

0 commit comments

Comments
 (0)