From 47485b05b263d079dc753c196f7a35caf45339c5 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 19 Jan 2026 14:26:45 -0600 Subject: [PATCH] disable cache, keep setup python --- .github/workflows/ci-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 10e7d5b..9f78537 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Setup Python - if: false + # if: false uses: actions/setup-python@v5 with: python-version: "3.11" - cache: "pip" - cache-dependency-path: mkdocs/requirements.txt + # cache: "pip" + # cache-dependency-path: mkdocs/requirements.txt - name: Install dependencies run: |