We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1de86d + c374ef2 commit 46d057bCopy full SHA for 46d057b
action.yml
@@ -7,7 +7,7 @@ inputs:
7
description: 'Version of python to be installed'
8
default: '.python-version'
9
cache:
10
- description: >
+ description: >
11
[Deprecated] Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
12
Current implementation uses uv which pulls in pre-compiled binaries of python thereby eliminating the
13
need to cache compiled python artifacts.
@@ -24,7 +24,8 @@ runs:
24
- name: Install uv
25
shell: bash
26
run: |
27
- curl -LsSf https://astral.sh/uv/install.sh | bash
+ echo "Installing uv.. HOME=${HOME}"
28
+ curl -LsSf https://astral.sh/uv/install.sh | bash --login
29
30
- name: Find desired python version
31
id: find-desired-python-version
0 commit comments