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:21 +10:00
parent 74fabda39b
commit 39639433f9

View File

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