We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d94d1a commit a71bcbdCopy full SHA for a71bcbd
.github/workflows/maintenance-update.yml
@@ -1,4 +1,4 @@
1
-name: Maintenance release (update dependence and create releases)
+name: Maintenance release (update dependencies and create releases)
2
on:
3
schedule:
4
- cron: "44 4 26 * *"
@@ -34,6 +34,7 @@ jobs:
34
needs: [run-tests]
35
runs-on: ubuntu-latest
36
steps:
37
+ - run: pipx install poetry
38
- uses: actions/checkout@v4
39
with:
40
ref: main
0 commit comments