Skip to content

Install dev dependencies in CI#37

Merged
neonine2 merged 1 commit into
mainfrom
codex/fix-ci-dev-deps
May 8, 2026
Merged

Install dev dependencies in CI#37
neonine2 merged 1 commit into
mainfrom
codex/fix-ci-dev-deps

Conversation

@neonine2
Copy link
Copy Markdown
Collaborator

@neonine2 neonine2 commented May 8, 2026

Summary

  • install the dev dependency group in GitHub Actions so pre-commit, pytest, and pytest-cov are available
  • keep plain user uv sync lean by leaving default groups disabled

Verification

  • /Users/jerrywang/.local/bin/uv sync --python 3.10 --frozen --group dev
  • /Users/jerrywang/.local/bin/uv run pre-commit --version
  • /Users/jerrywang/.local/bin/uv run pytest --cov=core --cov=job_sub --cov=utils --cov-report=xml -> 178 passed, 78% coverage

@neonine2 neonine2 force-pushed the codex/fix-ci-dev-deps branch from 246ea41 to d34a794 Compare May 8, 2026 05:00
@neonine2 neonine2 force-pushed the codex/fix-ci-dev-deps branch from d34a794 to e361e49 Compare May 8, 2026 05:02
@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@neonine2 neonine2 merged commit a19a6b6 into main May 8, 2026
3 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