Commit 21d3811
fix: run workspace run.py via pre-baked venv instead of installing
pip3 and uv are not reliably on PATH in the pre-built container because
apt-get autoremove stripped python3-pip during image build. The uv venv
created at image-build time already has all dependencies; pointing its
Python directly at /workspace/run.py tests the current branch without
needing any install step.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 34cb212 commit 21d3811
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
202 | | - | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
232 | | - | |
| 233 | + | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| |||
0 commit comments