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: |