From c715a61237ad3cdcf80e6d01036bafed82fc0acc Mon Sep 17 00:00:00 2001 From: Bram Vandendaele Date: Tue, 26 Aug 2025 13:54:08 +0200 Subject: [PATCH] test3 --- .gitea/workflows/gitea-actions-minimal.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/gitea-actions-minimal.yaml b/.gitea/workflows/gitea-actions-minimal.yaml index 194d7f8..c5f9eb6 100644 --- a/.gitea/workflows/gitea-actions-minimal.yaml +++ b/.gitea/workflows/gitea-actions-minimal.yaml @@ -12,8 +12,9 @@ jobs: 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: python -m ensurepip --upgrade - # - run: python -m pip install ansible-builder + - run: python3 -m venv .venv && . .venv/bin/activate + - run: python -m ensurepip --upgrade + - run: python -m pip install ansible-builder - name: Check out repository code uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."