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

+4
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)