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:49:29 +10:00
parent abb659c373
commit a7e9e6a4da

View File

@@ -35,12 +35,13 @@ 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
pip3 freeze
shell: bash shell: bash
#./playbooker.sh #./playbooker.sh
#pyenv install 3.14.0
# - name: common-setup-just-created # - name: common-setup-just-created
# run: | # run: |