mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
fix pytest allowed tool (#117)
This commit is contained in:
parent
58b5a41a15
commit
6bbe00cc15
1 changed files with 1 additions and 1 deletions
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
Bash(python -m ruff check:*)
|
||||
Bash(python -m ruff format:*)
|
||||
Bash(python -m mypy:*)
|
||||
Bash(python -m pytest *)
|
||||
Bash(python -m pytest:*)
|
||||
|
||||
# Optional: Add custom instructions for Claude to customize its behavior for your project
|
||||
# custom_instructions: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue