Skip to content

Commit

Permalink
maintenance-update.yml: Installs poetry in update step
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Oct 28, 2024
1 parent 21b75e1 commit 0aaed2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maintenance-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- run: pipx install poetry
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: poetry
- run: pipx run poetry update --lock
- run: poetry update --lock
- id: commit-and-push
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 0aaed2f

Please sign in to comment.