We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4f3d9 commit 585d3e6Copy full SHA for 585d3e6
.github/workflows/style_check.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v2
18
19
- name: Set up Python
20
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
21
with:
22
python-version: '3.11' # Replace '3.x' with the Python version you're using
23
cache: 'pip'
app/main.py
@@ -180,7 +180,7 @@ def set_swe_parser_args(parser: ArgumentParser) -> None:
180
parser.add_argument(
181
"--reproduce-and-review",
182
action="store_true",
183
- default=True,
+ default=False,
184
help="Experimental: for swe-bench tasks, reproduce and review the generated patch",
185
)
186
0 commit comments