trying to fix ansible pythons
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s

This commit is contained in:
hogweed1
2025-11-23 01:57:13 +10:00
parent 3cece731a9
commit ffe47406b9

View File

@@ -3,6 +3,10 @@
source /root/.bashrc source /root/.bashrc
eval "$(/root/.pyenv/bin/pyenv init --path)"
eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)"
pyenv global 3.14.0
ANSIBLE_CONFIG=/usr/share/ansible-repo/ansible.cfg ANSIBLE_CONFIG=/usr/share/ansible-repo/ansible.cfg
CHANGED_FILES=$(git diff --name-only HEAD~1 HEAD) CHANGED_FILES=$(git diff --name-only HEAD~1 HEAD)