Skip to content

🐛 Add --no-sync to all uv run invocations#161

Merged
paduszyk merged 1 commit into
mainfrom
copilot/fix-uv-run-add-no-sync-flag
Jul 22, 2026
Merged

🐛 Add --no-sync to all uv run invocations#161
paduszyk merged 1 commit into
mainfrom
copilot/fix-uv-run-add-no-sync-flag

Conversation

Copilot AI commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

uv run without --no-sync triggers a full dependency sync on every invocation, which is redundant in CI where uv sync is already called explicitly beforehand.

Changes

  • build-package.yml: add --no-sync to uv run nox calls in both lint and test jobs
  • publish-package.yml: add --no-sync to uv run python call that extracts the package version
  • sync-api-backup.yml: add --no-sync to uv run gitmojis sync
# Before
uv run nox -s ${{ matrix.session }}

# After
uv run --no-sync nox -s ${{ matrix.session }}

@paduszyk paduszyk changed the title ci: add --no-sync to all uv run invocations 🐛 Add --no-sync to all uv run invocations Jul 22, 2026
@paduszyk
paduszyk marked this pull request as ready for review July 22, 2026 22:37
@paduszyk
paduszyk self-requested a review as a code owner July 22, 2026 22:37
@paduszyk
paduszyk merged commit 7786f5f into main Jul 22, 2026
5 checks passed
@paduszyk
paduszyk deleted the copilot/fix-uv-run-add-no-sync-flag branch July 22, 2026 22:40
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.

2 participants