Skip to content

Commit 9c1420b

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,7 @@ runs:
5757

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

0 commit comments

Comments
 (0)