skip pip cache.

This commit is contained in:
2026-01-19 14:22:33 -06:00
parent fb4b4be4d0
commit a850448f0a

View File

@@ -19,9 +19,10 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Python - name: Setup Python
if: false
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.13" python-version: "3.11"
cache: "pip" cache: "pip"
cache-dependency-path: mkdocs/requirements.txt cache-dependency-path: mkdocs/requirements.txt