ci: single-source cv test deps, CodeQL python, pin free-disk-space, autofix model via env#58
Merged
Conversation
…nv-configurable autofix model - cv/pyproject.toml gains a [test] extra — the one list of lightweight deps the tests need (no ultralytics/torch). cv-test.yml installs the package with --no-deps plus that list, so a new test dep is added in one place instead of two. - codeql.yml analyzes python (cv/ was previously unscanned). - jlumbroso/free-disk-space pinned to a commit SHA in cv-publish and cv-base-publish — it ran unpinned @main in workflows holding packages:write. - autofix.py reads AUTOFIX_MODEL from env (default unchanged) so a model retirement is a workflow-env tweak, not a code change. Verified in a fresh venv mimicking the CI flow: 30 tests pass, ruff clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[test]extra in cv/pyproject.toml is now the single source for CI test deps (cv-test.yml previously hand-listed them)python— cv/ was unscannedjlumbroso/free-disk-spacepinned to a commit SHA (was@maininpackages: writeworkflows)autofix.pymodel configurable viaAUTOFIX_MODELenv (default unchanged)Test plan
🤖 Generated with Claude Code