File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : Lint GitHub Actions workflows
22
3- on : [ push ]
3+ on :
4+ - push
45
56jobs :
67 actionlint :
Original file line number Diff line number Diff line change 2626 run : |
2727 installation_directory="${{ github.action_path }}/.setup-python-amazon-linux/uv"
2828 echo "Installing uv.. installation_directory=${installation_directory}"
29- uv_version="0.8.18"
30- # HOME is set to foobar till this is resolved https://github.com/astral-sh/uv/issues/6965#issuecomment-2915796022
31- curl -LsSf "https://github.com/astral-sh/uv/releases/download/${uv_version}/uv-installer.sh" | HOME="foobar" UV_UNMANAGED_INSTALL="${installation_directory}" bash --login
29+ uv_version="0.9.13"
30+ curl -LsSf "https://github.com/astral-sh/uv/releases/download/${uv_version}/uv-installer.sh" | UV_UNMANAGED_INSTALL="${installation_directory}" bash --login
3231 echo "${installation_directory}" >> "${GITHUB_PATH}"
3332
3433 - name : Find desired python version
You can’t perform that action at this time.
0 commit comments