Commit fdbacd1
build(ci): use uv for Python package management
Replace manual venv creation and pip with uv, a fast Python package
installer and resolver written in Rust.
Benefits:
- Significantly faster package installation
- Built-in caching support
- Better dependency resolution
- More reliable in CI environments
Changes:
- Add astral-sh/setup-uv@v4 action
- Replace venv + pip with uv venv + uv pip install
- Enable uv caching for faster CI runs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent c742915 commit fdbacd1
1 file changed
Lines changed: 11 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
133 | 130 | | |
134 | | - | |
| 131 | + | |
135 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | | - | |
| 143 | + | |
0 commit comments