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:41:39 +10:00
parent 9769722d7c
commit 629650d3b5

View File

@@ -28,7 +28,7 @@ jobs:
run: |
cd /usr/share/ansible-repo/
git pull
echo "eval \"source sourceme.sh\"" >> $GITHUB_ENV
echo "source sourceme.sh" >> $GITHUB_ENV
source $GITHUB_ENV
python3 --version
shell: bash