Skip to content

Commit b89b0bb

Browse files
committed
disable again
1 parent 3ffa2e1 commit b89b0bb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,15 @@ jobs:
158158
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
159159
run: poetry install --no-interaction --only main --extras rag
160160

161-
- name: Resolve issue
162-
run: |
163-
poetry run patchwork ResolveIssue --log debug \
164-
--patched_api_key=${{ secrets.PATCHED_API_KEY }} \
165-
--github_api_key=${{ secrets.SCM_GITHUB_KEY }} \
166-
--issue_url=https://github.com/patched-codes/patchwork/issues/1039 \
167-
--disable_telemetry
168-
--max_llm_calls=10
161+
# disabled because this currently takes too long
162+
# - name: Resolve issue
163+
# run: |
164+
# poetry run patchwork ResolveIssue --log debug \
165+
# --patched_api_key=${{ secrets.PATCHED_API_KEY }} \
166+
# --github_api_key=${{ secrets.SCM_GITHUB_KEY }} \
167+
# --issue_url=https://github.com/patched-codes/patchwork/issues/1129 \
168+
# --disable_telemetry
169+
# --max_llm_calls=10
169170

170171
main-test:
171172
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)