disable cache, keep setup python
Some checks failed
CI - Docs build check / build-check (push) Failing after 21s

This commit is contained in:
2026-01-19 14:26:45 -06:00
parent 9b97a466bd
commit 47485b05b2

View File

@@ -19,12 +19,12 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Python - name: Setup Python
if: false # if: false
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.11"
cache: "pip" # cache: "pip"
cache-dependency-path: mkdocs/requirements.txt # cache-dependency-path: mkdocs/requirements.txt
- name: Install dependencies - name: Install dependencies
run: | run: |