From dfd8f242e8a256bda4a4662b79ce30a98e9878c2 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Sun, 12 Jan 2025 19:06:41 +0100 Subject: [PATCH] try copy paste --- .gitea/actions/poetrybuild/action.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/actions/poetrybuild/action.yaml b/.gitea/actions/poetrybuild/action.yaml index adf976c..a0d63f9 100644 --- a/.gitea/actions/poetrybuild/action.yaml +++ b/.gitea/actions/poetrybuild/action.yaml @@ -16,7 +16,10 @@ runs: # - run: echo /root/.local/bin >> $GITHUB_PATH - run: echo "/root/.local/bin" >> $PATH - name: Test - run: echo $PATH + - name: Add pipx to PATH + if: github.actor == 'nektos/act' + run: echo "/root/.local/bin" >> ${GITHUB_PATH} + - run: echo $PATH - run: exit 1 - name: Install poetry run: pipx install poetry