8000 deps: assign python version in ci (#1028) · python/python-docs-zh-tw@6f11b03 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f11b03

Browse files
authored
deps: assign python version in ci (#1028)
1 parent aa8e180 commit 6f11b03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
< 5D06 td data-grid-cell-id="diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f-11-12-0" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

12+
- uses: actions/setup-python@v5
13+
with:
14+
python-version: "3.13"
15+
1216
- name: Install Dependencies
1317
run: sudo apt-get install gettext
1418

0 commit comments

Comments
 (0)
0