Skip to content
Closed
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
7 changes: 4 additions & 3 deletions plugins/pr-review/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,11 @@ runs:
- name: Run PR review
shell: bash
env:
# Pin uv to the exact Python installed by setup-python so it
# ignores any .python-version in the PR repo checkout (which
# could be older *or* newer than 3.12).
# Pin uv to the Python installed by setup-python and block
# managed downloads so the PR repo's .python-version (older
# *or* newer than 3.12) cannot override the interpreter.
UV_PYTHON: '3.12'
UV_PYTHON_PREFERENCE: only-system
LLM_MODEL: ${{ steps.select-model.outputs.selected_model }}
LLM_BASE_URL: ${{ inputs.llm-base-url }}
REVIEW_STYLE: ${{ inputs.review-style }}
Expand Down
Loading