File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,8 @@ runs:
101101 # SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.action_ref || 'main' }}
102102 run : |
103103 if [[ "${{ inputs.setup_python }}" == "true" ]]; then
104- uv tool install --python ${{ inputs.python_version }} "ansible-lint[lock] @ git+https://github.com/ansible/ansible-lint@$GH_ACTION_REF"
104+ # --with-executables-from requires uv >= 0.8.5 (provided by setup-uv latest above)
105+ uv tool install --python ${{ inputs.python_version }} --with-executables-from ansible-core "ansible-lint[lock] @ git+https://github.com/ansible/ansible-lint@$GH_ACTION_REF"
105106 else
106107 echo "setup_python is false, using pip"
107108 pip install "ansible-lint[lock] @ git+https://github.com/ansible/ansible-lint@$GH_ACTION_REF"
You can’t perform that action at this time.
0 commit comments