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

This commit is contained in:
hogweed1
2025-11-23 01:32:02 +10:00
parent bb6524943b
commit 74fabda39b

View File

@@ -17,7 +17,8 @@ jobs:
# cat $GITHUB_ENV # cat $GITHUB_ENV
- name: common-setup-just-created - name: common-setup-just-created
run: | run: |
echo $HOME echo "export PYENV_ROOT=\"/root/.pyenv\"" >> $GITHUB_ENV
echo $GITHUB_ENV
cd /usr/share/ansible-repo/ cd /usr/share/ansible-repo/
git pull git pull
python3 --version python3 --version