Skip to content

Commit c564a5f

Browse files
authored
Fix Python version in update-poetry-cache
1 parent 1221634 commit c564a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-poetry-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ["3.10", "3.12"]
2424
include:
2525
- python-version: "3.10"
26-
python-py-version: "py10"
26+
python-py-version: "py310"
2727
- python-version: "3.12"
2828
python-py-version: "py312"
2929
container:

0 commit comments

Comments
 (0)