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:
parent
f7c0bd4120
commit
f7051feeaf
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue