diff --git a/.github/workflows/lint-toolchain.yml b/.github/workflows/lint-toolchain.yml index 45b3604ed..d234509ee 100644 --- a/.github/workflows/lint-toolchain.yml +++ b/.github/workflows/lint-toolchain.yml @@ -10,6 +10,11 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Set up Python 3.14 + uses: actions/setup-python@v5 + with: + python-version: '3.14' + - name: MFC Python setup run: ./mfc.sh init