Skip to content

CI: use --no-sources for standalone uv sync#60

Merged
siddhss5 merged 2 commits into
mainfrom
fix-ci-no-sources
Apr 7, 2026
Merged

CI: use --no-sources for standalone uv sync#60
siddhss5 merged 2 commits into
mainfrom
fix-ci-no-sources

Conversation

@siddhss5
Copy link
Copy Markdown
Contributor

@siddhss5 siddhss5 commented Apr 7, 2026

Summary

Fix standalone CI: uv sync fails because workspace = true overrides in [tool.uv.sources] don't resolve outside the robot-code workspace. --no-sources skips these overrides and falls back to the git URLs in dependencies.

Test plan

  • CI passes on this PR (the fix is self-verifying)

🤖 Generated with Claude Code

Set UV_NO_SOURCES=true globally so all uv commands (sync, run)
skip workspace overrides in [tool.uv.sources].
@siddhss5 siddhss5 force-pushed the fix-ci-no-sources branch from 6847159 to fe0701a Compare April 7, 2026 18:56
@siddhss5 siddhss5 merged commit 5b592d9 into main Apr 7, 2026
4 checks passed
@siddhss5 siddhss5 deleted the fix-ci-no-sources branch April 7, 2026 19:34
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