Skip to content

Commit 4531518

Browse files
authored
Update to use pipx poetry (#734)
1 parent 4acc73b commit 4531518

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,14 @@ jobs:
5454
uses: actions/checkout@v4
5555
if: ${{ !inputs.branch }}
5656

57+
- name: Install Poetry
58+
run: pipx install poetry
59+
5760
- name: Setup Python
5861
uses: actions/setup-python@v5
5962
with:
6063
python-version: "3.12"
61-
62-
- name: Install Poetry
63-
uses: snok/install-poetry@v1
64+
cache: poetry
6465

6566
- name: Install package
6667
run: poetry install --all-extras

0 commit comments

Comments
 (0)