diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b37c7947cdf..7be4bc1d5768 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: cache: npm - uses: actions/setup-python@v5 with: - python-version: 3.13 + python-version: 3.12 - run: npm ci - run: pip install codespell - run: npx run-s lint-raw codespell