Skip to content

ci: add clean-install job (no pip cache) - #30

Merged
netty-linux merged 1 commit into
mainfrom
ci/clean-install-verification
Aug 12, 2026
Merged

ci: add clean-install job (no pip cache)#30
netty-linux merged 1 commit into
mainfrom
ci/clean-install-verification

Conversation

@netty-linux

Copy link
Copy Markdown
Owner

Summary

static/test cache pip for CI speed, but a cache hit can mask a genuinely broken pin. docker-build also installs from a cold image, but that's a side effect of proving the deploy artifact builds, not a declared clean-install check in its own right. This job is that check, standalone from Docker: pip install --no-cache-dir -r requirements.txt -r requirements-dev.txt plus an import smoke test.

Context

Part of a 3-repo "clean install verification" pass (companions in nullain-agent-sdk #90 and nullain-sdk-search #2).

Test plan

  • YAML validated (yaml.safe_load)
  • import agent, web confirmed working locally

🤖 Generated with Claude Code

`static`/`test` cache pip for CI speed, but a cache hit can mask a
genuinely broken pin (a version that no longer exists, a dependency
conflict only visible on a cold resolve). `docker-build` also installs
from a cold image, but that's a side effect of proving the deploy
artifact builds, not a declared clean-install check — this job is that
check, standalone from Docker.

Companion to netty-linux/nullain-agent-sdk#90 and
netty-linux/nullain-sdk-search#2.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@netty-linux
netty-linux merged commit dfabe05 into main Aug 12, 2026
4 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