From bf9d229fc7b6aa2304a7a5e2dc95b24c508708dd Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Sun, 12 Jan 2025 19:45:10 +0100 Subject: [PATCH] add cache --- .gitea/actions/poetrybuild/action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/actions/poetrybuild/action.yaml b/.gitea/actions/poetrybuild/action.yaml index 9f2b0b6..cd78898 100644 --- a/.gitea/actions/poetrybuild/action.yaml +++ b/.gitea/actions/poetrybuild/action.yaml @@ -12,6 +12,10 @@ inputs: runs: using: "composite" steps: + - uses: actions/setup-python@v5 + with: + python-version: "3.12" + cache: "poetry" # caching poetry dependencies - name: Add pipx to PATH run: echo "/root/.local/bin" >> ${GITHUB_PATH} - name: Install poetry