mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
uv_python module: pin uv version used in tests
This commit is contained in:
parent
16170301c0
commit
14b3f86c45
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
- name: Install uv
|
||||
shell: |
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.10.5/uv-installer.sh | sh
|
||||
environment:
|
||||
UV_INSTALL_DIR: /usr/local/bin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue