trying to fix ansible pythons
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
hogweed1
2025-11-23 01:36:47 +10:00
parent 276ced028c
commit a4dd95bbf9

View File

@@ -17,9 +17,10 @@ jobs:
# cat $GITHUB_ENV
- name: common-setup-just-created
run: |
cd /usr/share/ansible-repo/
echo "export PYENV_ROOT=\"/root/.pyenv\"" >> $GITHUB_ENV
echo "export PATH=\"/root/.pyenv/bin:$PATH\"" >> $GITHUB_ENV
echo "eval \"$(/root/.pyenv/bin/pyenv init -)\"" >> $GITHUB_ENV
echo "eval \"$(/root/.pyenv/bin/pyenv init --path)\"" >> $GITHUB_ENV
source $GITHUB_ENV
cat $GITHUB_ENV
cd /usr/share/ansible-repo/