Skip to content

Commit

Permalink
Update to use pipx poetry (#734)
Browse files Browse the repository at this point in the history
njooma authored Sep 16, 2024

Verified

This commit was signed with the committer’s verified signature.
rgomezcasas Rafa Gómez
1 parent 4acc73b commit 4531518
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
@@ -54,13 +54,14 @@ jobs:
uses: actions/checkout@v4
if: ${{ !inputs.branch }}

- name: Install Poetry
run: pipx install poetry

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: Install Poetry
uses: snok/install-poetry@v1
cache: poetry

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

0 comments on commit 4531518

Please sign in to comment.