diff --git a/.github/workflows/style_check.yml b/.github/workflows/style_check.yml index 8853a437007..81da0e7b83e 100644 --- a/.github/workflows/style_check.yml +++ b/.github/workflows/style_check.yml @@ -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' diff --git a/app/main.py b/app/main.py index 70f6fa89081..85aed857203 100644 --- a/app/main.py +++ b/app/main.py @@ -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(