Skip to content

fix: make paper qualification runtime explicit - #61

Merged
stefan-jansen merged 1 commit into
mainfrom
fix/paper-qualification-runtime
Aug 12, 2026
Merged

fix: make paper qualification runtime explicit#61
stefan-jansen merged 1 commit into
mainfrom
fix/paper-qualification-runtime

Conversation

@stefan-jansen

Copy link
Copy Markdown
Contributor

Closes #60

Summary

  • create a clean Python 3.12 environment for paper qualification
  • pin and install the qualification script's psutil runtime dependency
  • use the same explicit interpreter for artifact binding and candidate installation
  • enforce the runtime contract in workflow policy tests

Verification

  • uv run pytest tests/unit/test_workflow_policy.py -q
  • uv run python scripts/qualification/check_workflows.py
  • uv run ruff check --no-fix src tests scripts
  • uv run ruff format --check src tests scripts
  • uv run ty check
  • uv run pytest
  • uv run mkdocs build --strict
  • uv build
  • pre-commit run --all-files

Copilot AI lite review requested due to automatic review settings August 12, 2026 02:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@stefan-jansen
stefan-jansen merged commit 7bfff81 into main Aug 12, 2026
26 checks passed
@stefan-jansen
stefan-jansen deleted the fix/paper-qualification-runtime branch August 12, 2026 03:05
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.

fix: make paper qualification reproducible on a clean runner

2 participants