Skip to content

Commit

Permalink
use pip to install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 8, 2024
1 parent 4edeced commit 33abe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:

- name: Install Poetry
shell: bash
run: pipx install poetry==${{ inputs.poetry-version }}
run: pip install poetry==${{ inputs.poetry-version }}

- name: Restore Poetry cache
if: ${{ inputs.poetry-lockfile != '' }}
Expand Down

0 comments on commit 33abe8d

Please sign in to comment.