Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill authored Feb 28, 2024
1 parent 78fbe6e commit cbfa1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
cache: 'poetry'

- name: Install Poetry
run: "pipx install poetry --python python${{ inputs.python_ver }}"
run: pipx install poetry --python python${{ inputs.python_ver }}
shell: bash

- name: Load cached venv
Expand Down

0 comments on commit cbfa1fd

Please sign in to comment.