1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

Clean uv_python module tests

This commit is contained in:
Mariam Ahhttouche 2026-03-10 17:40:57 +00:00
parent f7c0bd4120
commit f7051feeaf

View file

@ -12,10 +12,6 @@
ansible.builtin.pip:
name: uv
- name: Add uv installation directory to PATH in macOS
shell: export PATH="$(python3 -m site --user-base)/bin:$PATH"
when: ansible_facts['os_family'] == "Darwin"
- name: Check if Python 3.14 exists already
command: uv python find 3.14
ignore_errors: true