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 8a9ebae commit 5a3f5ffCopy full SHA for 5a3f5ff
.github/workflows/update.yml
@@ -13,6 +13,8 @@ jobs:
13
contents: write
14
steps:
15
- uses: actions/setup-python@main
16
+ with:
17
+ python-version: "3.x"
18
- uses: astral-sh/setup-uv@main
19
- uses: actions/checkout@main
20
- run: uv run generate.py
0 commit comments