Skip to content

Commit

Permalink
fix: pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
Josverl committed Nov 23, 2022
1 parent 51fad5a commit 7b498eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# poetry is not in the default image
#----------------------------------------------
- name: Install Poetry
run: pipx install -U poetry~=1.2.1
run: pipx install poetry~=1.2.1

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 7b498eb

Please sign in to comment.