diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index d269ff1..c42a766 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -19,9 +19,10 @@ jobs: uses: actions/checkout@v4 - name: Setup Python + if: false uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.11" cache: "pip" cache-dependency-path: mkdocs/requirements.txt