1
0
Fork 0
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:
Mariam Ahhttouche 2026-02-24 11:32:55 +01:00
parent 16170301c0
commit 14b3f86c45

View file

@ -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