Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.11' # Replace '3.x' with the Python version you're using
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def set_swe_parser_args(parser: ArgumentParser) -> None:
parser.add_argument(
"--reproduce-and-review",
action="store_true",
default=True,
default=False,
help="Experimental: for swe-bench tasks, reproduce and review the generated patch",
)
parser.add_argument(
Expand Down