We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1420b commit 19e44f8Copy full SHA for 19e44f8
1 file changed
setup/action.yml
@@ -42,7 +42,7 @@ runs:
42
if: ${{ inputs.uv != 'true' }}
43
44
- name: Install uv
45
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
46
with:
47
python-version: "${{ inputs.version }}"
48
enable-cache: true
@@ -57,7 +57,5 @@ runs:
57
58
- name: Install uv as a python package for use of `python -m uv`
59
shell: bash
60
- run: |
61
- uv pip install pip
62
- python -m pip install uv
+ run: python -m pip install uv
63
if: ${{ inputs.uv == 'true' }}
0 commit comments