Skip to content

Commit f85aab2

Browse files
authored
Update uv build (#10296)
1 parent 10ccc2f commit f85aab2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ runs:
2323
steps:
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v5
26+
with:
27+
python-version: ${{ inputs.python-version }}
28+
activate-environment: true
2629

2730
- name: Set up Python ${{ inputs.python-version }}
2831
run: |
29-
uv python install ${{ inputs.python-version }}
30-
uv venv
3132
uv pip install --upgrade pip setuptools
3233
shell: bash
3334

0 commit comments

Comments
 (0)