Skip to content

Commit 4e8c11a

Browse files
shunfurushilpatel0
authored andcommitted
fix pytest allowed tool (anthropics#117)
Signed-off-by: Rushil Patel <rpatel@codegen.com>
1 parent ab185e0 commit 4e8c11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
Bash(python -m ruff check:*)
6060
Bash(python -m ruff format:*)
6161
Bash(python -m mypy:*)
62-
Bash(python -m pytest *)
62+
Bash(python -m pytest:*)
6363
6464
# Optional: Add custom instructions for Claude to customize its behavior for your project
6565
# custom_instructions: |

0 commit comments

Comments
 (0)