From e28eedaf1cef1124e83467a0944da46bac562882 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 13 Mar 2026 20:21:51 +0100 Subject: [PATCH] chore(ci): re-add python step for pre-commit --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64b6f53d7..adff0cf57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,6 +200,10 @@ jobs: with: persist-credentials: false + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + with: + python-version: "3.13" + - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 docs-check: