Skip to content
Prev Previous commit
Next Next commit
Use project Python to install Poetry
By default, pipx uses the runner's system Python installation to install Poetry. Although this works, it is best to use
the controlled Python installation (installed via the `actions/setup-python` step) for all project operations.
  • Loading branch information
per1234 committed Mar 23, 2023
commit dc45fe17606c6609e3aefe9d1ee93571a9f3437c
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ runs:
shell: bash
run: |
pipx install \
--python "$(which python)" \
poetry==1.4.0

- name: Install Python Dependencies
Expand Down