Skip to content

Commit

Permalink
ci: use pipx to install poetry instead of gh action
Browse files Browse the repository at this point in the history
ref #2
  • Loading branch information
phette23 committed Sep 19, 2024
1 parent 3a6f4ec commit 6ba1dbf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.local
key: poetry-1.8.2
key: ${{ runner.os }}-poetry

- uses: snok/install-poetry@v1
with:
version: 1.8.2
- name: Install Poetry
run: pipx install poetry

- name: Build
run: poetry build
Expand Down

0 comments on commit 6ba1dbf

Please sign in to comment.