upd ansi
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
hogweed1
2025-11-22 03:15:52 +10:00
parent 2902f20407
commit 65ba9d3e9c

View File

@@ -12,6 +12,11 @@ jobs:
- name: common-setup-just-created - name: common-setup-just-created
run: | run: |
echo "export PYENV_ROOT=\"$HOME/.pyenv\"" >> $GITHUB_ENV
echo "command -v pyenv >/dev/null || export PATH=\"$PYENV_ROOT/bin:$PATH\"" >> $GITHUB_ENV
echo "eval \"$(pyenv init -)\"" >> $GITHUB_ENV
echo "eval \"$(/root/.pyenv/bin/pyenv virtualenv-init -)\"" >> $GITHUB_ENV
source $GITHUB_ENV
cd /usr/share/ansible-repo/ cd /usr/share/ansible-repo/
git pull git pull
python3 --version python3 --version