Skip to content

Commit 5a3f5ff

Browse files
committed
Add python-version to fix warning
1 parent 8a9ebae commit 5a3f5ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
contents: write
1414
steps:
1515
- uses: actions/setup-python@main
16+
with:
17+
python-version: "3.x"
1618
- uses: astral-sh/setup-uv@main
1719
- uses: actions/checkout@main
1820
- run: uv run generate.py

0 commit comments

Comments
 (0)