You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate from pip to uv for dependency management (#447)
* Migrate from legacy installer to uv for dependency management
Replace legacy installer with uv across Makefile and CI workflows:
- Makefile: use uv for package installation
- pr.yaml: Add setup-uv action to Test and SmokeTest jobs
- push.yaml: Add setup-uv action to versioning, Test, and Publish jobs
Lint jobs already used uv (via uvx ruff). This completes the migration.
Supersedes #431.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add --system flag to uv pip install in Makefile
CI runners use system Python without a venv, so uv needs --system.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments