trying to fix ansible pythons
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
This commit is contained in:
@@ -36,9 +36,7 @@ jobs:
|
||||
eval "$(/root/.pyenv/bin/pyenv init --path)"
|
||||
eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)"
|
||||
pyenv global 3.14.0
|
||||
whoami
|
||||
./playbooker.sh
|
||||
whoami
|
||||
shell: bash
|
||||
#./playbooker.sh
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
|
||||
whoami
|
||||
|
||||
sudo -i
|
||||
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(/root/.pyenv/bin/pyenv init --path)"
|
||||
|
||||
Reference in New Issue
Block a user