Commit 57c59f3
fix: bootstrap venv before task commands in Windows smoke test
Task eagerly evaluates top-level vars including VERSION which runs
`uv run python -c` to import the project. Bootstrap the venv with
`uv sync` and set PYTHONPATH so the namespace package import works
before any task commands.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ead2dd9 commit 57c59f3
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
215 | 219 | | |
216 | 220 | | |
217 | 221 | | |
218 | 222 | | |
219 | 223 | | |
| 224 | + | |
220 | 225 | | |
221 | 226 | | |
222 | 227 | | |
223 | 228 | | |
224 | 229 | | |
| 230 | + | |
225 | 231 | | |
226 | 232 | | |
227 | 233 | | |
| |||
0 commit comments