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

This commit is contained in:
hogweed1
2025-11-23 02:06:30 +10:00
parent 2d3b7b4914
commit 9f15c1c6a3
3 changed files with 5 additions and 5 deletions

View File

@@ -36,9 +36,7 @@ jobs:
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 global 3.14.0 pyenv global 3.14.0
whoami
./playbooker.sh ./playbooker.sh
whoami
shell: bash shell: bash
#./playbooker.sh #./playbooker.sh

View File

@@ -5,6 +5,8 @@
whoami whoami
sudo -i
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH" export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(/root/.pyenv/bin/pyenv init --path)" eval "$(/root/.pyenv/bin/pyenv init --path)"