Skip to content

Commit ee5b4fa

Browse files
committed
Install uv as python package
1 parent 4da9207 commit ee5b4fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ runs:
4747
shell: bash
4848
run: echo "UV_SYSTEM_PYTHON=1" >> $GITHUB_ENV
4949
if: ${{ inputs.uv == 'true' }}
50+
51+
- name: Install uv as a python package for use of `python -m uv`
52+
shell: bash
53+
run: python -m pip install uv
54+
if: ${{ inputs.uv == 'true' }}

0 commit comments

Comments
 (0)