We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da9207 commit ee5b4faCopy full SHA for ee5b4fa
1 file changed
setup/action.yml
@@ -47,3 +47,8 @@ runs:
47
shell: bash
48
run: echo "UV_SYSTEM_PYTHON=1" >> $GITHUB_ENV
49
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