From f958f71a121ea29226ec1ac18ffe5951885d91dc Mon Sep 17 00:00:00 2001 From: bram Date: Mon, 15 Jul 2024 14:28:15 +0000 Subject: [PATCH] Update .gitea/workflows/gitea-actions-demo.yaml --- .gitea/workflows/gitea-actions-demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-actions-demo.yaml b/.gitea/workflows/gitea-actions-demo.yaml index b324aca..a127206 100644 --- a/.gitea/workflows/gitea-actions-demo.yaml +++ b/.gitea/workflows/gitea-actions-demo.yaml @@ -9,7 +9,7 @@ jobs: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: apk add --no-cache nodejs - run: python -m ensurepip --upgrade - - run: python -m pip install ansible-builder ansible-dev-tools + - run: python -m pip install ansible-builder - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code