This commit is contained in:
2025-08-26 13:54:56 +02:00
parent c715a61237
commit 23949c175f

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: docker
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: apk add --no-cache nodejs python3 docker py3-pip py3-ansible-builder
- run: apk add --no-cache nodejs python3 docker
- run: python3 -m venv .venv && . .venv/bin/activate
- run: python -m ensurepip --upgrade
- run: python -m pip install ansible-builder