Skip to content

Commit a71bcbd

Browse files
committed
maintenance-update.yml: Installs missing poetry dependency for 'bump-version' job
1 parent 3d94d1a commit a71bcbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maintenance-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Maintenance release (update dependence and create releases)
1+
name: Maintenance release (update dependencies and create releases)
22
on:
33
schedule:
44
- cron: "44 4 26 * *"
@@ -34,6 +34,7 @@ jobs:
3434
needs: [run-tests]
3535
runs-on: ubuntu-latest
3636
steps:
37+
- run: pipx install poetry
3738
- uses: actions/checkout@v4
3839
with:
3940
ref: main

0 commit comments

Comments
 (0)