From 74fabda39b54202d126c1a41cd48d1fa0ead50c9 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sun, 23 Nov 2025 01:32:02 +1000 Subject: [PATCH] trying to fix ansible pythons --- .gitea/workflows/act.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/act.yaml b/.gitea/workflows/act.yaml index 895069f..6c58d2d 100644 --- a/.gitea/workflows/act.yaml +++ b/.gitea/workflows/act.yaml @@ -17,7 +17,8 @@ jobs: # cat $GITHUB_ENV - name: common-setup-just-created run: | - echo $HOME + echo "export PYENV_ROOT=\"/root/.pyenv\"" >> $GITHUB_ENV + echo $GITHUB_ENV cd /usr/share/ansible-repo/ git pull python3 --version