Skip to content

fix(ci): drop pip cache from docs workflow#35

Merged
itaywol merged 1 commit into
mainfrom
fix/docs-setup-python-cache
Jul 1, 2026
Merged

fix(ci): drop pip cache from docs workflow#35
itaywol merged 1 commit into
mainfrom
fix/docs-setup-python-cache

Conversation

@itaywol

@itaywol itaywol commented Jul 1, 2026

Copy link
Copy Markdown
Owner

The Docs deploy broke on main after the setup-python v5→v6 bump: v6 hard-fails when cache: pip finds no requirements.txt/pyproject.toml to hash (v5 only warned). The job installs mkdocs-material inline, so there's nothing to cache.

Failing run: https://github.com/itaywol/adeptability/actions/runs/28510218550

Fix: remove the cache: pip key. Verified via workflow_dispatch on this branch.

🤖 Generated with Claude Code

setup-python@v6 hard-fails when cache:pip finds no requirements.txt or
pyproject.toml to hash (v5 only warned). The docs job installs
mkdocs-material inline, so there is nothing to cache — remove the cache
key.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@itaywol itaywol merged commit a7be42d into main Jul 1, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant