From 553dffae1f379b68df4c19bdc81c74cbdee17681 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Sun, 12 Jan 2025 19:37:37 +0100 Subject: [PATCH] prod --- .gitea/actions/poetrybuild/action.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/actions/poetrybuild/action.yaml b/.gitea/actions/poetrybuild/action.yaml index 6a69cb9..9f2b0b6 100644 --- a/.gitea/actions/poetrybuild/action.yaml +++ b/.gitea/actions/poetrybuild/action.yaml @@ -14,8 +14,6 @@ runs: steps: - name: Add pipx to PATH run: echo "/root/.local/bin" >> ${GITHUB_PATH} - - run: echo $PATH - - run: exit 1 - name: Install poetry run: pipx install poetry - name: Install poetry package