Skip to content

Commit f3e62bf

Browse files
committed
linter update
1 parent bc7050c commit f3e62bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint-toolchain.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: MFC Python setup
14+
uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.14'
17+
18+
- name: Initialize MFC
1419
run: ./mfc.sh init
1520

1621
- name: Lint the toolchain

0 commit comments

Comments
 (0)