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

This commit is contained in:
hogweed1
2025-11-23 01:46:19 +10:00
parent d6791aca32
commit 2cd23cfce7

View File

@@ -35,6 +35,7 @@ jobs:
cd /usr/share/ansible-repo/ cd /usr/share/ansible-repo/
eval "$(/root/.pyenv/bin/pyenv init --path)" eval "$(/root/.pyenv/bin/pyenv init --path)"
eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)" eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)"
pyenv install 3.14.0
pyenv global 3.14.0 pyenv global 3.14.0
python3 --version python3 --version
shell: bash shell: bash