From a850448f0a723910bd3282a8e1c359f095233288 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 19 Jan 2026 14:22:33 -0600 Subject: [PATCH] skip pip cache. --- .github/workflows/ci-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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