From b39342f7516f971f0979435e85ffe6027275c158 Mon Sep 17 00:00:00 2001 From: Peter Dwyer Date: Mon, 28 Aug 2023 13:40:00 +0100 Subject: [PATCH] working on builds --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1b1395d..7662f01 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_TOKEN }} - name: install pip - run: apt install -y python3-pip + run: apt update && apt install -y python3-pip - uses: abatilo/actions-poetry@v2 with: poetry-version: "1.5.1"