Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6f11b03

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

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+4Lines changed: 4 additions & 0 deletions
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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.