We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd31d83 commit 9c1420bCopy full SHA for 9c1420b
1 file changed
setup/action.yml
@@ -57,5 +57,7 @@ runs:
57
58
- name: Install uv as a python package for use of `python -m uv`
59
shell: bash
60
- run: python -m pip install uv
+ run: |
61
+ uv pip install pip
62
+ python -m pip install uv
63
if: ${{ inputs.uv == 'true' }}
0 commit comments