Skip to content

Commit 19e44f8

Browse files
committed
ensure pip and uv are both installed
1 parent 9c1420b commit 19e44f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup/action.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
if: ${{ inputs.uv != 'true' }}
4343

4444
- name: Install uv
45-
uses: astral-sh/setup-uv@v5
45+
uses: astral-sh/setup-uv@v6
4646
with:
4747
python-version: "${{ inputs.version }}"
4848
enable-cache: true
@@ -57,7 +57,5 @@ runs:
5757

5858
- name: Install uv as a python package for use of `python -m uv`
5959
shell: bash
60-
run: |
61-
uv pip install pip
62-
python -m pip install uv
60+
run: python -m pip install uv
6361
if: ${{ inputs.uv == 'true' }}

0 commit comments

Comments
 (0)