Skip to content

Commit

Permalink
Explicitly use python path for running pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Feb 11, 2025
1 parent e49ac37 commit 2c0d119
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@ runs:
- name: Install Poetry
shell: bash
env:
PIPX_DEFAULT_PYTHON: ${{ steps.setup-python.outputs.python-path }}
run: |
pipx install poetry==${{ inputs.poetry-version }} --python $(which python${{ inputs.python-version }})
${{ steps.setup-python.outputs.python-path }} -m pipx install poetry==${{ inputs.poetry-version }} --python $(which python${{ inputs.python-version }})

0 comments on commit 2c0d119

Please sign in to comment.