We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066b118 commit a1de86dCopy full SHA for a1de86d
action.yml
@@ -24,7 +24,7 @@ runs:
24
- name: Install uv
25
shell: bash
26
run: |
27
- curl -LsSf https://astral.sh/uv/install.sh | sh
+ curl -LsSf https://astral.sh/uv/install.sh | bash
28
29
- name: Find desired python version
30
id: find-desired-python-version
0 commit comments