Skip to content
Merged
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
5 changes: 4 additions & 1 deletion plugins/pr-review/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@ runs:
- name: Run PR review
shell: bash
env:
UV_PYTHON_PREFERENCE: only-system
# 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).
UV_PYTHON: '3.12'
LLM_MODEL: ${{ steps.select-model.outputs.selected_model }}
LLM_BASE_URL: ${{ inputs.llm-base-url }}
REVIEW_STYLE: ${{ inputs.review-style }}
Expand Down
Loading