Skip to content

Commit

Permalink
maintenance-update.yml: Installs the required Python interpreter for …
Browse files Browse the repository at this point in the history
…poetry
  • Loading branch information
funkyfuture committed Oct 28, 2024
1 parent 521a5cf commit fdec4e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maintenance-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: poetry
- uses: actions/checkout@v4
- run: pipx run poetry update --lock
- id: commit-and-push
Expand Down

0 comments on commit fdec4e0

Please sign in to comment.