Skip to content

Commit 7b498eb

Browse files
committed
fix: pipx
1 parent 51fad5a commit 7b498eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# poetry is not in the default image
1818
#----------------------------------------------
1919
- name: Install Poetry
20-
run: pipx install -U poetry~=1.2.1
20+
run: pipx install poetry~=1.2.1
2121

2222
- name: Set up Python
2323
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)