This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user