Skip to content

chore: run uv lock before uv sync in CI workflows - #49

Merged
Pymetheus merged 2 commits into
mainfrom
develop
Sep 13, 2026
Merged

chore: run uv lock before uv sync in CI workflows#49
Pymetheus merged 2 commits into
mainfrom
develop

Conversation

@Pymetheus

@Pymetheus Pymetheus commented Sep 13, 2026

Copy link
Copy Markdown
Owner

Description

Revert changes as uv.lock file is not planned to being committed.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test addition or update

Related Issue

Closes #(issue number)

Changes Made

  • None

Testing

Describe how you tested your changes:

  • Unit tests pass
  • Integration tests pass
  • Manual testing performed

Screenshots (if applicable)

Add screenshots to help explain your changes.

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Additional Context

Add any other context about the PR here.

Update GitHub Actions workflows to use `uv sync --locked` instead of running `uv lock` followed by `uv sync`.

This keeps dependency installation reproducible and consistent with the committed lockfile across CI jobs for linting, type checking, tests, and security scans.
@Pymetheus Pymetheus closed this Sep 13, 2026
@Pymetheus Pymetheus reopened this Sep 13, 2026
Replace occurrences of `uv sync --locked` with `uv lock` followed by `uv sync` in .github/workflows/ci.yml, pr-checks.yml, and security.yml. This ensures the project's lockfile is generated/updated before syncing dependencies so CI and checks use an up-to-date lockfile and avoid failures from the `--locked` usage.
@github-actions github-actions Bot added the enhancement Types: Improvement to an existing feature label Sep 13, 2026
@codecov

codecov Bot commented Sep 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Pymetheus Pymetheus changed the title chore: use locked uv sync in CI workflows chore: run uv lock before uv sync in CI workflows Sep 13, 2026
@Pymetheus
Pymetheus merged commit aa18768 into main Sep 13, 2026
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Types: Improvement to an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant