From a7e9e6a4dacc249501537e330d3c5a1e13f97331 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sun, 23 Nov 2025 01:49:29 +1000 Subject: [PATCH] trying to fix ansible pythons --- .gitea/workflows/act.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/act.yaml b/.gitea/workflows/act.yaml index f23a77a..695d855 100644 --- a/.gitea/workflows/act.yaml +++ b/.gitea/workflows/act.yaml @@ -35,12 +35,13 @@ jobs: cd /usr/share/ansible-repo/ eval "$(/root/.pyenv/bin/pyenv init --path)" eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)" - pyenv install 3.14.0 pyenv global 3.14.0 python3 --version + pip3 freeze shell: bash #./playbooker.sh - + + #pyenv install 3.14.0 # - name: common-setup-just-created # run: |