Skip to content

Commit 6f00a00

Browse files
SentienceDEVclaude
andcommitted
Fix: Add shell: bash for Windows compatibility
The Verify source code step uses Bash syntax (if/then/else) which doesn't work with PowerShell on Windows runners. Adding shell: bash ensures Bash is used on all platforms. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b9c3bc1 commit 6f00a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
pip install pre-commit mypy types-requests
3636
3737
- name: Verify source code
38+
shell: bash
3839
run: |
3940
echo "=== Checking agent_runtime.py line 345 ==="
4041
sed -n '340,350p' sentience/agent_runtime.py

0 commit comments

Comments
 (0)