From b07562f3fd1e14f2125d4b985dc631e7a74e63ce Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 1 Apr 2025 22:55:49 +0200 Subject: [PATCH] check other path way --- .github/actions/poetrybuild/action.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/poetrybuild/action.yaml b/.github/actions/poetrybuild/action.yaml index 52d83a5..b5f4a20 100644 --- a/.github/actions/poetrybuild/action.yaml +++ b/.github/actions/poetrybuild/action.yaml @@ -17,12 +17,11 @@ inputs: runs: using: "composite" steps: + - name: Add pipx to PATH + run: echo "/root/.local/bin" >> ${GITHUB_PATH} - name: Install poetry run: pipx install poetry shell: bash - - name: Ensure pipx is in PATH - run: pipx ensurepath - shell: bash - name: Set up Python uses: actions/setup-python@v5 with: