File tree Expand file tree Collapse file tree 1 file changed +0
-47
lines changed
Expand file tree Collapse file tree 1 file changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -118,53 +118,6 @@ jobs:
118118 --force_pr_creation \
119119 --disable_telemetry
120120
121- rag-test :
122- # disabled because this currently takes too long
123- if : false
124- runs-on : ubuntu-latest
125- steps :
126- - name : Checkout code
127- uses : actions/checkout@v3
128- with :
129- ref : ${{ github.head_ref }}
130-
131- - uses : jwalton/gh-find-current-pr@master
132- id : findPr
133-
134- - name : Set up python
135- id : setup-python
136- uses : actions/setup-python@v5
137- with :
138- python-version : ' 3.9'
139-
140- - name : Install Poetry
141- uses : snok/install-poetry@v1
142- with :
143- virtualenvs-create : true
144- virtualenvs-in-project : true
145- installer-parallel : true
146-
147- - name : Load cached venv
148- id : cached-poetry-dependencies
149- uses : actions/cache@v4
150- with :
151- path : ./.venv
152- key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('./poetry.lock') }}-${{ github.job }}
153-
154- - name : Install dependencies
155- if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
156- run : poetry install --no-interaction --only main --extras rag
157-
158- - name : Resolve issue
159- run : |
160- source .venv/bin/activate
161- patchwork ResolveIssue --log debug \
162- --patched_api_key=${{ secrets.PATCHED_API_KEY }} \
163- --github_api_key=${{ secrets.SCM_GITHUB_KEY }} \
164- --issue_url=https://github.com/patched-codes/patchwork/issues/1129 \
165- --disable_telemetry
166- --max_llm_calls=10
167-
168121 main-test :
169122 runs-on : ubuntu-latest
170123 steps :
You can’t perform that action at this time.
0 commit comments