From 8a778247cafc5bde6ed5d6be8bdd723bc3f08360 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Sun, 12 Jan 2025 12:27:43 +0100 Subject: [PATCH] try CI fixes --- .gitea/actions/poetrybuild/action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/actions/poetrybuild/action.yaml b/.gitea/actions/poetrybuild/action.yaml index f9510bf..6be592a 100644 --- a/.gitea/actions/poetrybuild/action.yaml +++ b/.gitea/actions/poetrybuild/action.yaml @@ -14,6 +14,8 @@ runs: steps: - name: Set PATH run: export PATH=$PATH:~/.local/bin + - name: Test + run: echo $PATH - name: Install poetry run: pipx install poetry - name: Install poetry package