Skip to content

Commit e0e68a3

Browse files
committed
make install-poetry
1 parent 695dbd3 commit e0e68a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ jobs:
9898
python-version: 3.12
9999

100100
- name: Install Poetry
101-
run: |
102-
pip install poetry
101+
run: make install-poetry
103102

104103
- name: Validate current pyiceberg version
105104
env:
@@ -140,7 +139,7 @@ jobs:
140139
3.12
141140
142141
- name: Install poetry
143-
run: pip install poetry
142+
run: make install-poetry
144143

145144
# Publish the source distribution with the version that's in
146145
# the repository, otherwise the tests will fail
@@ -213,7 +212,7 @@ jobs:
213212
3.12
214213
215214
- name: Install poetry
216-
run: pip install poetry
215+
run: make install-poetry
217216

218217
- name: Set version with RC
219218
env:

0 commit comments

Comments
 (0)