Skip to content

Commit

Permalink
updated github pages workflow, poetry needs to be installed different…
Browse files Browse the repository at this point in the history
…ly in the latest ubuntu
  • Loading branch information
trbKnl committed Oct 16, 2024
1 parent f81674f commit 6c758b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: npm i && pip3 install poetry
run: npm i && pipx install poetry

- name: Build release
run: npm run release
Expand Down

0 comments on commit 6c758b3

Please sign in to comment.